C# Class Viki.LoadRunner.Engine.Aggregators.Metrics.AverageTimeCalculator

Datei anzeigen Open project: Vycka/LoadRunner

Public Methods

Method Description
AddSample ( System.TimeSpan timeSpan ) : void
GetAverage ( ) : System.TimeSpan

Method Details

AddSample() public method

public AddSample ( System.TimeSpan timeSpan ) : void
timeSpan System.TimeSpan
return void

GetAverage() public method

public GetAverage ( ) : System.TimeSpan
return System.TimeSpan