Table of Contents

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 = 2

Performance is degrading over time, showing worse execution characteristics.

Improving = 0

Performance is improving over time, showing better execution characteristics.

Stable = 1

Performance is stable, showing consistent execution characteristics over time.