Table of Contents

Enum TrendDirection

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

Direction of a performance trend.

public enum TrendDirection

Fields

Degrading = 3

Performance is degrading over time.

Improving = 2

Performance is improving over time.

None = 1

No clear trend direction.

Stable = 4

Performance is stable over time.

Unknown = 0

Unknown trend direction.