C# 클래스 NBench.Reporting.CompositeBenchmarkOutput

Composition of multiple IBenchmarkOutput instances being run in parallel.
상속: IBenchmarkOutput
파일 보기 프로젝트 열기: petabridge/NBench

공개 메소드들

메소드 설명
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

메소드 상세

CompositeBenchmarkOutput() 공개 메소드

public CompositeBenchmarkOutput ( ) : System
리턴 System

CompositeBenchmarkOutput() 공개 메소드

public CompositeBenchmarkOutput ( IReadOnlyList outputs ) : System
outputs IReadOnlyList
리턴 System

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string message ) : void
message string
리턴 void

FinishBenchmark() 공개 메소드

public FinishBenchmark ( string benchmarkName ) : void
benchmarkName string
리턴 void

SkipBenchmark() 공개 메소드

public SkipBenchmark ( string benchmarkName ) : void
benchmarkName string
리턴 void

StartBenchmark() 공개 메소드

public StartBenchmark ( string benchmarkName ) : void
benchmarkName string
리턴 void

Warning() 공개 메소드

public Warning ( string message ) : void
message string
리턴 void

WriteBenchmark() 공개 메소드

public WriteBenchmark ( NBench.Reporting.BenchmarkFinalResults results ) : void
results NBench.Reporting.BenchmarkFinalResults
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void

WriteRun() 공개 메소드

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