C# Class NBench.Reporting.NoOpBenchmarkOutput

IBenchmarkOutput implementation that doesn't do anything
Inheritance: IBenchmarkOutput
Mostrar archivo Open project: petabridge/NBench

Public Properties

Property Type Description
Instance NoOpBenchmarkOutput

Public Methods

Method Description
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

Private Methods

Method Description
NoOpBenchmarkOutput ( ) : System

Method Details

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

Property Details

Instance public_oe static_oe property

public static NoOpBenchmarkOutput,NBench.Reporting Instance
return NoOpBenchmarkOutput