Table of Contents

Class BottleneckAnalysis

Namespace
DotCompute.Backends.CUDA.Advanced
Assembly
DotCompute.Backends.CUDA.dll

Bottleneck analysis results

public sealed class BottleneckAnalysis
Inheritance
BottleneckAnalysis
Inherited Members

Properties

Details

Gets or sets the details.

public string Details { get; set; }

Property Value

string

The details.

PrimaryBottleneck

Gets or sets the primary bottleneck.

public BottleneckType PrimaryBottleneck { get; set; }

Property Value

BottleneckType

The primary bottleneck.

Severity

Gets or sets the severity.

public double Severity { get; set; }

Property Value

double

The severity.

Suggestions

Gets or sets the suggestions.

public IList<string> Suggestions { get; }

Property Value

IList<string>

The suggestions.