C# 클래스 Codaxy.Common.Benchmarking.BenchmarkResults

파일 보기 프로젝트 열기: codaxy/common

공개 메소드들

메소드 설명
CreateStopwatch ( String name, int repeats = 1 ) : BenchmarkStopwatch
GetResults ( ) : Codaxy.Common.Benchmarking.BenchmarkResult[]
Report ( String benchmarkName, System.TimeSpan span ) : void
Report ( String benchmarkName, System.TimeSpan span, int count ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
Acquire ( String name ) : BenchmarkResult

메소드 상세

CreateStopwatch() 공개 메소드

public CreateStopwatch ( String name, int repeats = 1 ) : BenchmarkStopwatch
name String
repeats int
리턴 BenchmarkStopwatch

GetResults() 공개 메소드

public GetResults ( ) : Codaxy.Common.Benchmarking.BenchmarkResult[]
리턴 Codaxy.Common.Benchmarking.BenchmarkResult[]

Report() 공개 메소드

public Report ( String benchmarkName, System.TimeSpan span ) : void
benchmarkName String
span System.TimeSpan
리턴 void

Report() 공개 메소드

public Report ( String benchmarkName, System.TimeSpan span, int count ) : void
benchmarkName String
span System.TimeSpan
count int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void