Property | Type | Description | |
---|---|---|---|
GetTimeValue | TimeSpan>.Func |
Method | Description | |
---|---|---|
GetResults ( ) : IEnumerable |
Get Build results object from aggregated data
|
|
IResultsAggregator ( ) : void | ||
IResultsAggregator ( IResult result ) : void | ||
TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval ) : System |
Groups results by test execution time in provided [aggregationTimeInterval] time periods
|
|
TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval, Func |
Groups results by provided aggregation function (which will receive key used by TimeAggregation) And it gives full ability to postprocess GroupByKey before returning it.
|
|
TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval, string>.Func |
Groups results by test execution time and secondary aggregation function
|
Method | Description | |
---|---|---|
GroupByCalculatorFunction ( IResult result ) : long |
public IResultsAggregator ( IResult result ) : void | ||
result | IResult | |
return | void |
public TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval ) : System | ||
aggregationTimeInterval | System.TimeSpan | Time interval to group results by |
return | System |
public TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval, Func |
||
aggregationTimeInterval | System.TimeSpan | Time interval to group results by |
groupByKeyCalculatorFunction | Func |
GroupBy function Func<TestContextResult, TimeAggregationSlotTicks, GroupByKey> |
return | System |
public TimeHistogramResultsAggregator ( System.TimeSpan aggregationTimeInterval, string>.Func |
||
aggregationTimeInterval | System.TimeSpan | Time interval to group results by |
subGroupByKeyCalculatorFunction | string>.Func | Secondary aggregation function |
return | System |