Enum AnomalyType
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Type of performance anomaly.
public enum AnomalyType
Fields
ExecutionFailure = 5Execution failure.
ExecutionTime = 2Execution time anomaly.
MemorySpike = 1Memory usage spike.
MemoryUsage = 3Memory usage anomaly.
Other = 7Other anomaly type.
PerformanceSpike = 0Execution time spike.
ResourceContention = 6Resource contention detected.
ThroughputDrop = 4Throughput drop.