Table of Contents

Enum AnomalySeverity

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

Severity of a performance anomaly.

public enum AnomalySeverity

Fields

Critical = 3

Critical severity - system may be unusable.

High = 2

High severity - significant performance problem.

Low = 0

Low severity - minor performance deviation.

Medium = 1

Medium severity - noticeable performance issue.