C# Class NBench.Reporting.CompositeBenchmarkOutput

Composition of multiple IBenchmarkOutput instances being run in parallel.
Inheritance: IBenchmarkOutput
Datei anzeigen Open project: petabridge/NBench

Public Methods

Method Description
CompositeBenchmarkOutput ( ) : System
CompositeBenchmarkOutput ( IReadOnlyList outputs ) : System
Error ( Exception ex, string message ) : void
Error ( string message ) : void
FinishBenchmark ( string benchmarkName ) : void
SkipBenchmark ( string benchmarkName ) : void
StartBenchmark ( string benchmarkName ) : void
Warning ( string message ) : void
WriteBenchmark ( NBench.Reporting.BenchmarkFinalResults results ) : void
WriteLine ( string message ) : void
WriteRun ( NBench.Reporting.BenchmarkRunReport report, bool isWarmup = false ) : void

Method Details

CompositeBenchmarkOutput() public method

public CompositeBenchmarkOutput ( ) : System
return System

CompositeBenchmarkOutput() public method

public CompositeBenchmarkOutput ( IReadOnlyList outputs ) : System
outputs IReadOnlyList
return System

Error() public method

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

FinishBenchmark() public method

public FinishBenchmark ( string benchmarkName ) : void
benchmarkName string
return void

SkipBenchmark() public method

public SkipBenchmark ( string benchmarkName ) : void
benchmarkName string
return void

StartBenchmark() public method

public StartBenchmark ( string benchmarkName ) : void
benchmarkName string
return void

Warning() public method

public Warning ( string message ) : void
message string
return void

WriteBenchmark() public method

public WriteBenchmark ( NBench.Reporting.BenchmarkFinalResults results ) : void
results NBench.Reporting.BenchmarkFinalResults
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void

WriteRun() public method

public WriteRun ( NBench.Reporting.BenchmarkRunReport report, bool isWarmup = false ) : void
report NBench.Reporting.BenchmarkRunReport
isWarmup bool
return void