Table of Contents

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

double

Count

public long Count { get; init; }

Property Value

long

Current

public double Current { get; init; }

Property Value

double

LastUpdated

public DateTimeOffset LastUpdated { get; init; }

Property Value

DateTimeOffset

Max

public double Max { get; init; }

Property Value

double

Min

public double Min { get; init; }

Property Value

double

Total

public double Total { get; init; }

Property Value

double