Class MetalTelemetryReport
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Comprehensive telemetry report
public sealed class MetalTelemetryReport
- Inheritance
-
MetalTelemetryReport
- Inherited Members
Properties
EventSummary
public Dictionary<string, int> EventSummary { get; }
Property Value
MetricSummary
public Dictionary<string, object> MetricSummary { get; }
Property Value
Metrics
public Dictionary<string, object> Metrics { get; }
Property Value
RecentEvents
public IList<MetalTelemetryEvent> RecentEvents { get; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }
Property Value
TotalEvents
public int TotalEvents { get; set; }