C# Class Objectivity.Test.Automation.Common.Helpers.PerformanceHelper

Class which support performance tests.
显示文件 Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Private Properties

Property Type Description
AllGroupedDurationsMilliseconds IEnumerable

Public Methods

Method Description
PerformanceHelper ( ) : System

Initializes a new instance of the PerformanceHelper class.

PrintAveragePercentiles90DurationMilliseconds ( ) : void

Prints the performance summary.

StartMeasure ( ) : void

Starts the measure.

StopMeasure ( string title ) : void

Stops the measure.

Private Methods

Method Description
AllGroupedDurationsMilliseconds ( ) : IEnumerable

All the durations milliseconds.

Method Details

PerformanceHelper() public method

Initializes a new instance of the PerformanceHelper class.
public PerformanceHelper ( ) : System
return System

PrintAveragePercentiles90DurationMilliseconds() public method

Prints the performance summary.
public PrintAveragePercentiles90DurationMilliseconds ( ) : void
return void

StartMeasure() public method

Starts the measure.
public StartMeasure ( ) : void
return void

StopMeasure() public method

Stops the measure.
public StopMeasure ( string title ) : void
title string The title.
return void