Method | Description | |
---|---|---|
AddDatapoint ( System.TimeSpan runLength, bool isSuccess ) : void | ||
CopyHistoryStatsFrom ( |
Method | Description | |
---|---|---|
SetAverageTime ( System.TimeSpan runLength, int successDatapoints ) : void |
Average, averaged over at max 100 datapoints
|
|
SetFailedAverage ( System.TimeSpan runLength ) : void | ||
SetWeightedAverageTime ( System.TimeSpan runLength, int successDatapoints ) : void |
Average, averaged over at max 5 datapoints
|
|
SetWeightedAverageTime_Squaring_Fail ( System.TimeSpan runLength, int successDatapoints ) : void |
This is confusing to debug, so striking it for the simplier method above
|
public AddDatapoint ( System.TimeSpan runLength, bool isSuccess ) : void | ||
runLength | System.TimeSpan | |
isSuccess | bool | |
return | void |
public CopyHistoryStatsFrom ( |
||
history | ||
return | void |