Class ProfilingStatistics
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
Profiling statistics container
public sealed class ProfilingStatistics
- Inheritance
-
ProfilingStatistics
- Inherited Members
Properties
AverageTime
Gets or sets the average time.
public double AverageTime { get; set; }
Property Value
- double
The average time.
MaxTime
Gets or sets the max time.
public double MaxTime { get; set; }
Property Value
- double
The max time.
MedianTime
Gets or sets the median time.
public double MedianTime { get; set; }
Property Value
- double
The median time.
MinTime
Gets or sets the min time.
public double MinTime { get; set; }
Property Value
- double
The min time.
Percentiles
Gets or initializes the percentiles.
public Dictionary<int, double> Percentiles { get; init; }
Property Value
- Dictionary<int, double>
The percentiles.
StandardDeviation
Gets or sets the standard deviation.
public double StandardDeviation { get; set; }
Property Value
- double
The standard deviation.