C# 클래스 Viki.LoadRunner.Engine.Aggregators.HistogramResultsAggregator

Aggregates results by provided group key using Func<TestContextResult, object>()
상속: IResultsAggregator
파일 보기 프로젝트 열기: Vycka/LoadRunner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AggregationTimePeriod TimeSpan?

공개 메소드들

메소드 설명
GetResults ( ) : IEnumerable

Build results object from aggregated data

HistogramResultsAggregator ( object>.Func groupByKeyCalculatorFunction ) : System

Aggregates results, grouping them by [groupByKeyCalculatorFunction]

IResultsAggregator ( ) : void
IResultsAggregator ( IResult result ) : void

비공개 메소드들

메소드 설명
GetHistogramRow ( object aggregateSlot ) : TestContextResultAggregate

메소드 상세

GetResults() 공개 메소드

Build results object from aggregated data
public GetResults ( ) : IEnumerable
리턴 IEnumerable

HistogramResultsAggregator() 공개 메소드

Aggregates results, grouping them by [groupByKeyCalculatorFunction]
public HistogramResultsAggregator ( object>.Func groupByKeyCalculatorFunction ) : System
groupByKeyCalculatorFunction object>.Func Function to calculate GroupBy key
리턴 System

IResultsAggregator() 공개 메소드

public IResultsAggregator ( ) : void
리턴 void

IResultsAggregator() 공개 메소드

public IResultsAggregator ( IResult result ) : void
result IResult
리턴 void

프로퍼티 상세

AggregationTimePeriod 공개적으로 프로퍼티

If concrete Aggregation time is known, specifying it here will gives more accurate TPS result value. Otherwise it will be predicted by raw TestResult data
public TimeSpan? AggregationTimePeriod
리턴 TimeSpan?