Class TelemetryKernelPerformanceMetrics
- Namespace
- DotCompute.Abstractions.Telemetry.Types
- Assembly
- DotCompute.Abstractions.dll
Kernel performance metrics for telemetry.
public sealed class TelemetryKernelPerformanceMetrics
- Inheritance
-
TelemetryKernelPerformanceMetrics
- Inherited Members
Properties
AverageOccupancy
Gets or sets the average occupancy.
public double AverageOccupancy { get; set; }
Property Value
AverageThroughput
Gets or sets the average throughput.
public double AverageThroughput { get; set; }
Property Value
CacheHitRate
Gets or sets the cache hit rate.
public double CacheHitRate { get; set; }
Property Value
MemoryEfficiency
Gets or sets the memory efficiency.
public double MemoryEfficiency { get; set; }