Table of Contents

Class GraphStatistics

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

Graph statistics for performance tracking

public class GraphStatistics
Inheritance
GraphStatistics
Inherited Members

Properties

CaptureMode

Gets or sets the capture mode.

public CudaGraphCaptureMode? CaptureMode { get; set; }

Property Value

CudaGraphCaptureMode?

The capture mode.

ClonedFrom

Gets or sets the cloned from.

public string? ClonedFrom { get; set; }

Property Value

string

The cloned from.

CreatedAt

Gets or sets the created at.

public DateTime CreatedAt { get; set; }

Property Value

DateTime

The created at.

EdgeCount

Gets or sets the edge count.

public int EdgeCount { get; set; }

Property Value

int

The edge count.

ErrorCount

Gets or sets the error count.

public int ErrorCount { get; set; }

Property Value

int

The error count.

ExecutionCount

Gets or sets the execution count.

public int ExecutionCount { get; set; }

Property Value

int

The execution count.

InstantiationCount

Gets or sets the instantiation count.

public int InstantiationCount { get; set; }

Property Value

int

The instantiation count.

LastExecutedAt

Gets or sets the last executed at.

public DateTime? LastExecutedAt { get; set; }

Property Value

DateTime?

The last executed at.

LastExecutionTimeMs

Gets or sets the last execution time ms.

public float LastExecutionTimeMs { get; set; }

Property Value

float

The last execution time ms.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

NodeCount

Gets or sets the node count.

public int NodeCount { get; set; }

Property Value

int

The node count.

OptimizationCount

Gets or sets the optimization count.

public int OptimizationCount { get; set; }

Property Value

int

The optimization count.

TotalExecutionTimeMs

Gets or sets the total execution time ms.

public float TotalExecutionTimeMs { get; set; }

Property Value

float

The total execution time ms.

UpdateCount

Gets or sets the update count.

public int UpdateCount { get; set; }

Property Value

int

The update count.