Table of Contents

Enum ProfilingMetricType

Namespace
DotCompute.Abstractions.Profiling
Assembly
DotCompute.Abstractions.dll

Type of profiling metric.

public enum ProfilingMetricType

Fields

CompilationTime = 2

Compilation time metric.

Custom = 8

Custom metric.

DeviceUtilization = 4

Device utilization metric.

KernelExecutionTime = 0

Kernel execution time metric.

Latency = 7

Latency metric.

MemoryBandwidth = 5

Memory bandwidth metric.

MemoryTransferTime = 1

Memory transfer time metric.

QueueWaitTime = 3

Queue wait time metric.

Throughput = 6

Throughput metric.