Table of Contents

Enum TelemetryEventType

Namespace
DotCompute.Core.Telemetry
Assembly
DotCompute.Core.dll

An telemetry event type enumeration.

public enum TelemetryEventType

Fields

CacheAccess = 6

Cache access event.

Error = 7

Error event.

KernelExecuted = 4

Kernel execution event.

MemoryAllocated = 5

Memory allocation event.

Performance = 8

Performance metric event.

PipelineCompleted = 1

Pipeline execution completed event.

PipelineStageCompleted = 3

Pipeline stage completed event.

PipelineStageStarted = 2

Pipeline stage started event.

PipelineStarted = 0

Pipeline execution started event.