Class KernelStatistics
- Namespace
- DotCompute.Abstractions.Performance
- Assembly
- DotCompute.Abstractions.dll
Statistics for a specific kernel.
public sealed class KernelStatistics
- Inheritance
-
KernelStatistics
- Inherited Members
Properties
AverageOccupancy
public double AverageOccupancy { get; init; }
Property Value
AverageTimeMs
public double AverageTimeMs { get; init; }
Property Value
ExecutionCount
public long ExecutionCount { get; init; }
Property Value
KernelName
public string KernelName { get; init; }
Property Value
MaxTimeMs
public double MaxTimeMs { get; init; }
Property Value
MinTimeMs
public double MinTimeMs { get; init; }
Property Value
StandardDeviationMs
public double StandardDeviationMs { get; init; }
Property Value
TotalTimeMs
public double TotalTimeMs { get; init; }