Table of Contents

Class OptimizationStatistics

Namespace
DotCompute.Runtime.Services
Assembly
DotCompute.Runtime.dll

Tracks performance metrics for optimization analysis.

public sealed class OptimizationStatistics
Inheritance
OptimizationStatistics
Inherited Members

Properties

AverageRecommendationsPerAnalysis

Gets or sets the average recommendations per analysis.

public double AverageRecommendationsPerAnalysis { get; }

Property Value

double

The average recommendations per analysis.

TotalAnalysisRuns

Gets or sets the total analysis runs.

public long TotalAnalysisRuns { get; }

Property Value

long

The total analysis runs.

TotalOptimizationsApplied

Gets or sets the total optimizations applied.

public long TotalOptimizationsApplied { get; }

Property Value

long

The total optimizations applied.

TotalRecommendationsGenerated

Gets or sets the total recommendations generated.

public long TotalRecommendationsGenerated { get; }

Property Value

long

The total recommendations generated.

TotalRecordedExecutions

Gets or sets the total recorded executions.

public long TotalRecordedExecutions { get; }

Property Value

long

The total recorded executions.