C# Class reExp.Utils.ExecutionStopwatch

Datei anzeigen Open project: ren85/rextester_win Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
GetCurrentThread ( ) : IntPtr
GetThreadTimes ( ) : long
GetThreadTimes ( IntPtr threadHandle, long &createionTime, long &exitTime, long &kernelTime, long &userTime ) : long

Method Details

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void