C# Class NBench.Reporting.CompositeBenchmarkOutput

Composition of multiple IBenchmarkOutput instances being run in parallel.
Inheritance: IBenchmarkOutput
Afficher le fichier Open project: petabridge/NBench

Méthodes publiques

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

public CompositeBenchmarkOutput ( ) : System
Résultat System

CompositeBenchmarkOutput() public méthode

public CompositeBenchmarkOutput ( IReadOnlyList outputs ) : System
outputs IReadOnlyList
Résultat System

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 ( NBench.Reporting.BenchmarkFinalResults results ) : void
results NBench.Reporting.BenchmarkFinalResults
Résultat void

WriteLine() public méthode

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

WriteRun() public méthode

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