Class PerformanceSummary
- Namespace
- DotCompute.Runtime.Services.Performance.Results
- Assembly
- DotCompute.Runtime.dll
Comprehensive performance summary. High-level overview of system performance with recommendations.
public class PerformanceSummary
- Inheritance
-
PerformanceSummary
- Inherited Members
Properties
GeneratedAt
Gets when this summary was generated. Timestamp of summary creation.
public DateTime GeneratedAt { get; init; }
Property Value
KeyMetrics
Gets key performance metrics. Important performance indicators and their values.
public Dictionary<string, double> KeyMetrics { get; init; }
Property Value
Period
Gets the time period covered by this summary. Range of data included in the analysis.
public TimeRange Period { get; init; }
Property Value
Recommendations
Gets performance recommendations. Suggested optimizations based on the analysis.
public IReadOnlyList<string> Recommendations { get; init; }