C# Класс Objectivity.Test.Automation.Common.Helpers.PerformanceHelper

Class which support performance tests.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AllGroupedDurationsMilliseconds IEnumerable

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AllGroupedDurationsMilliseconds ( ) : IEnumerable

All the durations milliseconds.

Описание методов

PerformanceHelper() публичный Метод

Initializes a new instance of the PerformanceHelper class.
public PerformanceHelper ( ) : System
Результат System

PrintAveragePercentiles90DurationMilliseconds() публичный Метод

Prints the performance summary.
public PrintAveragePercentiles90DurationMilliseconds ( ) : void
Результат void

StartMeasure() публичный Метод

Starts the measure.
public StartMeasure ( ) : void
Результат void

StopMeasure() публичный Метод

Stops the measure.
public StopMeasure ( string title ) : void
title string The title.
Результат void