Table of Contents

Class BottleneckAnalysis

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Bottleneck analysis results for kernel execution.

public sealed class BottleneckAnalysis
Inheritance
BottleneckAnalysis
Inherited Members

Properties

PrimaryBottleneck

Gets or sets the primary bottleneck type.

public BottleneckType PrimaryBottleneck { get; set; }

Property Value

BottleneckType

Suggestions

Gets or sets optimization suggestions to address the bottleneck.

public IList<string> Suggestions { get; init; }

Property Value

IList<string>