Table of Contents

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

double

AverageThroughput

Gets or sets the average throughput.

public double AverageThroughput { get; set; }

Property Value

double

CacheHitRate

Gets or sets the cache hit rate.

public double CacheHitRate { get; set; }

Property Value

double

MemoryEfficiency

Gets or sets the memory efficiency.

public double MemoryEfficiency { get; set; }

Property Value

double