C# Class Codaxy.Common.Benchmarking.BenchmarkStopwatch

Inheritance: IDisposable
Show file Open project: codaxy/common Class Usage Examples

Public Methods

Method Description
BenchmarkStopwatch ( String name = "", int repeats = 1 ) : System
Dispose ( ) : void

Private Methods

Method Description
ReportPhaseCompleted ( String phaseName ) : void

Method Details

BenchmarkStopwatch() public method

public BenchmarkStopwatch ( String name = "", int repeats = 1 ) : System
name String
repeats int
return System

Dispose() public method

public Dispose ( ) : void
return void