Class CounterSnapshot
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Snapshot of counter statistics for AOT compatibility
public sealed class CounterSnapshot
- Inheritance
-
CounterSnapshot
- Inherited Members
Properties
Average
public double Average { get; init; }
Property Value
Count
public long Count { get; init; }
Property Value
Current
public double Current { get; init; }
Property Value
LastUpdated
public DateTimeOffset LastUpdated { get; init; }
Property Value
Max
public double Max { get; init; }
Property Value
Min
public double Min { get; init; }
Property Value
Total
public double Total { get; init; }