C# Class Disruptor.PerfTests.ThroughputTestSession

Mostra file Open project: disruptor-net/Disruptor-net Class Usage Examples

Public Methods

Method Description
BuildReport ( ComputerSpecifications computerSpecifications ) : string
GenerateAndOpenReport ( bool shouldOpen ) : void
Run ( ) : void
ThroughputTestSession ( Type perfTestType ) : System

Private Methods

Method Description
CheckProcessorsRequirements ( IThroughputTest test ) : void

Method Details

BuildReport() public method

public BuildReport ( ComputerSpecifications computerSpecifications ) : string
computerSpecifications ComputerSpecifications
return string

GenerateAndOpenReport() public method

public GenerateAndOpenReport ( bool shouldOpen ) : void
shouldOpen bool
return void

Run() public method

public Run ( ) : void
return void

ThroughputTestSession() public method

public ThroughputTestSession ( Type perfTestType ) : System
perfTestType System.Type
return System