Class BottleneckAnalysis
- Namespace
- DotCompute.Abstractions.Interfaces.Kernels
- Assembly
- DotCompute.Abstractions.dll
Bottleneck analysis for kernel execution.
public sealed class BottleneckAnalysis
- Inheritance
-
BottleneckAnalysis
- Inherited Members
Properties
Details
Gets detailed analysis.
public required string Details { get; init; }
Property Value
ResourceUtilization
Gets resource utilization percentages.
public Dictionary<string, double> ResourceUtilization { get; init; }
Property Value
Severity
Gets the bottleneck severity (0-1).
public required double Severity { get; init; }
Property Value
Type
Gets the primary bottleneck type.
public required BottleneckType Type { get; init; }