C# 클래스 Disruptor.PerfTests.ThroughputTestSession

파일 보기 프로젝트 열기: disruptor-net/Disruptor-net 1 사용 예제들

공개 메소드들

메소드 설명
BuildReport ( ComputerSpecifications computerSpecifications ) : string
GenerateAndOpenReport ( bool shouldOpen ) : void
Run ( ) : void
ThroughputTestSession ( Type perfTestType ) : System

비공개 메소드들

메소드 설명
CheckProcessorsRequirements ( IThroughputTest test ) : void

메소드 상세

BuildReport() 공개 메소드

public BuildReport ( ComputerSpecifications computerSpecifications ) : string
computerSpecifications ComputerSpecifications
리턴 string

GenerateAndOpenReport() 공개 메소드

public GenerateAndOpenReport ( bool shouldOpen ) : void
shouldOpen bool
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ThroughputTestSession() 공개 메소드

public ThroughputTestSession ( Type perfTestType ) : System
perfTestType System.Type
리턴 System