C# Class NBench.Reporting.Targets.ConsoleBenchmarkOutput

Output writer to the console for NBench
Inheritance: IBenchmarkOutput
Afficher le fichier Open project: petabridge/NBench

Méthodes publiques

Méthode 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 méthode

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

FinishBenchmark() public méthode

public FinishBenchmark ( string benchmarkName ) : void
benchmarkName string
Résultat void

SkipBenchmark() public méthode

public SkipBenchmark ( string benchmarkName ) : void
benchmarkName string
Résultat void

StartBenchmark() public méthode

public StartBenchmark ( string benchmarkName ) : void
benchmarkName string
Résultat void

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void

WriteBenchmark() public méthode

public WriteBenchmark ( BenchmarkFinalResults results ) : void
results BenchmarkFinalResults
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void

WriteRun() public méthode

public WriteRun ( BenchmarkRunReport report, bool isWarmup = false ) : void
report BenchmarkRunReport
isWarmup bool
Résultat void