Enum AnomalySeverity
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Severity of a performance anomaly.
public enum AnomalySeverity
Fields
Critical = 3Critical severity - system may be unusable.
High = 2High severity - significant performance problem.
Low = 0Low severity - minor performance deviation.
Medium = 1Medium severity - noticeable performance issue.