C# Class CommonLib.Utility.BenchmarkTimer

Show file Open project: jprichardson/CommonLib

Public Methods

Method Description
Start ( ) : void
Start ( string label ) : void
Stop ( ) : System.TimeSpan
StopAndOutput ( ) : System.TimeSpan

Method Details

Start() public static method

public static Start ( ) : void
return void

Start() public static method

public static Start ( string label ) : void
label string
return void

Stop() public static method

public static Stop ( ) : System.TimeSpan
return System.TimeSpan

StopAndOutput() public static method

public static StopAndOutput ( ) : System.TimeSpan
return System.TimeSpan