Table of Contents

Class StreamStatistics

Namespace
DotCompute.Backends.CUDA.Execution
Assembly
DotCompute.Backends.CUDA.dll

Stream statistics.

public sealed class StreamStatistics
Inheritance
StreamStatistics
Inherited Members

Properties

ActiveCallbacks

Gets or sets the active callbacks.

public int ActiveCallbacks { get; init; }

Property Value

int

The active callbacks.

GraphCaptureActive

Gets or sets the graph capture active.

public bool GraphCaptureActive { get; init; }

Property Value

bool

The graph capture active.

NamedStreams

Gets or sets the named streams.

public int NamedStreams { get; init; }

Property Value

int

The named streams.

PooledStreams

Gets or sets the pooled streams.

public int PooledStreams { get; init; }

Property Value

int

The pooled streams.

PrioritiesSupported

Gets or sets the priorities supported.

public bool PrioritiesSupported { get; init; }

Property Value

bool

The priorities supported.

TotalStreamsCreated

Gets or sets the total streams created.

public int TotalStreamsCreated { get; init; }

Property Value

int

The total streams created.