Table of Contents

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

Dictionary<string, int>

MetricSummary

public Dictionary<string, object> MetricSummary { get; }

Property Value

Dictionary<string, object>

Metrics

public Dictionary<string, object> Metrics { get; }

Property Value

Dictionary<string, object>

RecentEvents

public IList<MetalTelemetryEvent> RecentEvents { get; }

Property Value

IList<MetalTelemetryEvent>

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

TotalEvents

public int TotalEvents { get; set; }

Property Value

int