Class AcceleratorCompilationStats
- Namespace
- DotCompute.Abstractions.Statistics
- Assembly
- DotCompute.Abstractions.dll
Compilation statistics for a specific accelerator type
public class AcceleratorCompilationStats
- Inheritance
-
AcceleratorCompilationStats
- Inherited Members
Properties
AcceleratorType
Gets the accelerator type
public required string AcceleratorType { get; init; }
Property Value
AverageCompilationTime
Gets the average compilation time for this accelerator type
public TimeSpan AverageCompilationTime { get; init; }
Property Value
CompilationCount
Gets the number of compilations for this accelerator type
public long CompilationCount { get; init; }
Property Value
SuccessRate
Gets the success rate for this accelerator type
public double SuccessRate { get; init; }