[Serializable]
public struct SampleGroupDefinition
Constructors
Declaration
public SampleGroupDefinition(string name = "Time", SampleUnit sampleUnit = SampleUnit.Millisecond, AggregationType aggregationType = AggregationType.Median, double threshold = 0.15, bool increaseIsBetter = false, bool failOnBaseline = true)
Parameters
Type |
Name |
Description |
System.String |
name |
|
SampleUnit |
sampleUnit |
|
AggregationType |
aggregationType |
|
System.Double |
threshold |
|
System.Boolean |
increaseIsBetter |
|
System.Boolean |
failOnBaseline |
|
Declaration
public SampleGroupDefinition(string name, SampleUnit sampleUnit, AggregationType aggregationType, double percentile, double threshold = 0.15, bool increaseIsBetter = false, bool failOnBaseline = true)
Parameters
Type |
Name |
Description |
System.String |
name |
|
SampleUnit |
sampleUnit |
|
AggregationType |
aggregationType |
|
System.Double |
percentile |
|
System.Double |
threshold |
|
System.Boolean |
increaseIsBetter |
|
System.Boolean |
failOnBaseline |
|
Fields
Declaration
public AggregationType AggregationType
Field Value
Declaration
public bool FailOnBaseline
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IncreaseIsBetter
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.Double |
|
Declaration
public SampleUnit SampleUnit
Field Value
Declaration
Field Value
Type |
Description |
System.Double |
|