Table of Contents

Class PerformanceRecommendations

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

Performance recommendations for NUMA optimization.

public sealed record PerformanceRecommendations : IEquatable<PerformanceRecommendations>
Inheritance
PerformanceRecommendations
Implements
Inherited Members

Properties

GeneratedTime

Gets or sets the generated time.

public required DateTime GeneratedTime { get; init; }

Property Value

DateTime

The generated time.

OverallScore

Gets or sets the overall score.

public required double OverallScore { get; init; }

Property Value

double

The overall score.

Priorities

Gets or sets the priorities.

public required IReadOnlyList<RecommendationPriority> Priorities { get; init; }

Property Value

IReadOnlyList<RecommendationPriority>

The priorities.

Recommendations

Gets or sets the recommendations.

public required IReadOnlyList<string> Recommendations { get; init; }

Property Value

IReadOnlyList<string>

The recommendations.

WorkloadType

Gets or sets the workload type.

public required WorkloadType WorkloadType { get; init; }

Property Value

WorkloadType

The workload type.