C# Class NBench.Reporting.Targets.ConsoleBenchmarkOutput

Output writer to the console for NBench
Inheritance: IBenchmarkOutput
ファイルを表示 Open project: petabridge/NBench

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 ( BenchmarkFinalResults results ) : void
WriteLine ( string message ) : void
WriteRun ( BenchmarkRunReport report, bool isWarmup = false ) : void

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 ( BenchmarkFinalResults results ) : void
results BenchmarkFinalResults
return void

WriteLine() public method

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

WriteRun() public method

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