Enum TelemetryEventType
- Namespace
- DotCompute.Core.Telemetry
- Assembly
- DotCompute.Core.dll
An telemetry event type enumeration.
public enum TelemetryEventType
Fields
CacheAccess = 6Cache access event.
Error = 7Error event.
KernelExecuted = 4Kernel execution event.
MemoryAllocated = 5Memory allocation event.
Performance = 8Performance metric event.
PipelineCompleted = 1Pipeline execution completed event.
PipelineStageCompleted = 3Pipeline stage completed event.
PipelineStageStarted = 2Pipeline stage started event.
PipelineStarted = 0Pipeline execution started event.