Table of Contents

Class AcceleratorCompilationStats

Namespace
DotCompute.Abstractions.Statistics
Assembly
DotCompute.Abstractions.dll

Compilation statistics for a specific accelerator type

public class AcceleratorCompilationStats
Inheritance
AcceleratorCompilationStats
Inherited Members

Properties

AcceleratorType

Gets the accelerator type

public required string AcceleratorType { get; init; }

Property Value

string

AverageCompilationTime

Gets the average compilation time for this accelerator type

public TimeSpan AverageCompilationTime { get; init; }

Property Value

TimeSpan

CompilationCount

Gets the number of compilations for this accelerator type

public long CompilationCount { get; init; }

Property Value

long

SuccessRate

Gets the success rate for this accelerator type

public double SuccessRate { get; init; }

Property Value

double