Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
reExp
Utils
ExecutionStopwatch
C# Class reExp.Utils.ExecutionStopwatch
Mostrar archivo
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