C# Class reExp.Utils.ExecutionStopwatch

Afficher le fichier Open project: ren85/rextester_win Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetCurrentThread ( ) : IntPtr
GetThreadTimes ( ) : long
GetThreadTimes ( IntPtr threadHandle, long &createionTime, long &exitTime, long &kernelTime, long &userTime ) : long

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void