Table of Contents

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

string

ResourceUtilization

Gets resource utilization percentages.

public Dictionary<string, double> ResourceUtilization { get; init; }

Property Value

Dictionary<string, double>

Severity

Gets the bottleneck severity (0-1).

public required double Severity { get; init; }

Property Value

double

Type

Gets the primary bottleneck type.

public required BottleneckType Type { get; init; }

Property Value

BottleneckType