Class ProfileRegression
- Namespace
- AiDotNet.Diagnostics
- Assembly
- AiDotNet.dll
Details about a regression or improvement in performance.
public class ProfileRegression
- Inheritance
-
ProfileRegression
- Inherited Members
Properties
BaselineMeanMs
Baseline mean time in milliseconds.
public double BaselineMeanMs { get; init; }
Property Value
ChangePercent
Percentage change (positive = regression, negative = improvement).
public double ChangePercent { get; init; }
Property Value
CurrentMeanMs
Current mean time in milliseconds.
public double CurrentMeanMs { get; init; }
Property Value
OperationName
Name of the operation.
public required string OperationName { get; init; }