C# 클래스 Objectivity.Test.Automation.Common.Helpers.PerformanceHelper

Class which support performance tests.
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation 1 사용 예제들

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