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

Class which support performance tests.
Afficher le fichier Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Private Properties

Свойство Type Description
AllGroupedDurationsMilliseconds IEnumerable

Méthodes publiques

Méthode 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

Méthode Description
AllGroupedDurationsMilliseconds ( ) : IEnumerable

All the durations milliseconds.

Method Details

PerformanceHelper() public méthode

Initializes a new instance of the PerformanceHelper class.
public PerformanceHelper ( ) : System
Résultat System

PrintAveragePercentiles90DurationMilliseconds() public méthode

Prints the performance summary.
public PrintAveragePercentiles90DurationMilliseconds ( ) : void
Résultat void

StartMeasure() public méthode

Starts the measure.
public StartMeasure ( ) : void
Résultat void

StopMeasure() public méthode

Stops the measure.
public StopMeasure ( string title ) : void
title string The title.
Résultat void