Class KernelExecutionDetails
- Namespace
- DotCompute.Core.Telemetry
- Assembly
- DotCompute.Core.dll
A class that represents kernel execution details.
public sealed class KernelExecutionDetails
- Inheritance
-
KernelExecutionDetails
- Inherited Members
Properties
CacheHitRate
Gets or sets the cache hit rate.
public double CacheHitRate { get; set; }
Property Value
- double
The cache hit rate.
ExecutionTime
Gets or sets the execution time.
public TimeSpan ExecutionTime { get; set; }
Property Value
- TimeSpan
The execution time.
Occupancy
Gets or sets the occupancy.
public double Occupancy { get; set; }
Property Value
- double
The occupancy.
OperationsPerformed
Gets or sets the operations performed.
public long OperationsPerformed { get; set; }
Property Value
- long
The operations performed.