Class MetalPerformanceAnalysis
- Namespace
- DotCompute.Backends.Metal.Telemetry
- Assembly
- DotCompute.Backends.Metal.dll
Performance analysis results
public sealed class MetalPerformanceAnalysis
- Inheritance
-
MetalPerformanceAnalysis
- Inherited Members
Properties
AnalysisVersion
public string AnalysisVersion { get; set; }
Property Value
ErrorRateAnalysis
public ErrorRateAnalysis ErrorRateAnalysis { get; set; }
Property Value
Errors
public IList<string> Errors { get; init; }
Property Value
OverallPerformanceScore
public double OverallPerformanceScore { get; set; }
Property Value
PerformanceTrends
public IList<PerformanceTrend> PerformanceTrends { get; init; }
Property Value
ResourceUtilizationAnalysis
public ResourceUtilizationAnalysis ResourceUtilizationAnalysis { get; set; }
Property Value
ThroughputAnalysis
public ThroughputAnalysis ThroughputAnalysis { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }