Table of Contents

Enum AnomalyType

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Type of performance anomaly.

public enum AnomalyType

Fields

ExecutionFailure = 5

Execution failure.

ExecutionTime = 2

Execution time anomaly.

MemorySpike = 1

Memory usage spike.

MemoryUsage = 3

Memory usage anomaly.

Other = 7

Other anomaly type.

PerformanceSpike = 0

Execution time spike.

ResourceContention = 6

Resource contention detected.

ThroughputDrop = 4

Throughput drop.