Enum PerformanceTrend
- Namespace
- DotCompute.Core.Telemetry.Enums
- Assembly
- DotCompute.Core.dll
Defines the possible performance trend directions observed during analysis. Indicates whether performance is getting better, worse, or staying consistent.
public enum PerformanceTrend
Fields
Degrading = 2Performance is degrading over time, showing worse execution characteristics.
Improving = 0Performance is improving over time, showing better execution characteristics.
Stable = 1Performance is stable, showing consistent execution characteristics over time.