Class MetalTelemetryEvent
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Represents a telemetry event
public sealed class MetalTelemetryEvent
- Inheritance
-
MetalTelemetryEvent
- Inherited Members
Properties
Category
public string Category { get; set; }
Property Value
EventName
public string EventName { get; set; }
Property Value
Properties
public Dictionary<string, object> Properties { get; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }