Class HistoricalPerformanceAnalysis
- Namespace
- DotCompute.Backends.CPU.Kernels.Simd
- Assembly
- DotCompute.Backends.CPU.dll
Historical performance analysis for adaptive optimization.
public sealed class HistoricalPerformanceAnalysis
- Inheritance
-
HistoricalPerformanceAnalysis
- Inherited Members
Properties
AveragePerformance
Gets or sets the average performance.
public double AveragePerformance { get; init; }
Property Value
- double
The average performance.
ExecutionCount
Gets or sets the execution count.
public long ExecutionCount { get; init; }
Property Value
- long
The execution count.
LastExecutionTime
Gets or sets the last execution time.
public DateTimeOffset LastExecutionTime { get; init; }
Property Value
- DateTimeOffset
The last execution time.
TrendDirection
Gets or sets the trend direction.
public PerformanceTrend TrendDirection { get; init; }
Property Value
- PerformanceTrend
The trend direction.