Class CoalescingIssue
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Represents a specific memory coalescing issue identified during analysis.
public class CoalescingIssue
- Inheritance
-
CoalescingIssue
- Inherited Members
Properties
Description
Gets or initializes a description of the issue.
public required string Description { get; init; }
Property Value
Impact
Gets or initializes the performance impact of this issue.
public required string Impact { get; init; }
Property Value
Severity
Gets or sets the severity level of the issue.
public IssueSeverity Severity { get; set; }
Property Value
Type
Gets or sets the type of coalescing issue.
public IssueType Type { get; set; }