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
DebugClock
C# Class DebugClock, code
Mostrar archivo
Open project: shendongnian/code
Public Methods
Method
Description
DebugClock
( )
getEndTime
( ) :
long
getStartTime
( ) :
long
getTimeInMilliSeconds
( ) :
float
setEndTime
(
long
end
) :
void
setStartTime
(
long
start
) :
void
Method Details
DebugClock()
public
method
public
DebugClock
( )
getEndTime()
public
method
public
getEndTime
( ) :
long
return
long
getStartTime()
public
method
public
getStartTime
( ) :
long
return
long
getTimeInMilliSeconds()
public
method
public
getTimeInMilliSeconds
( ) :
float
return
float
setEndTime()
public
method
public
setEndTime
(
long
end
) :
void
end
long
return
void
setStartTime()
public
method
public
setStartTime
(
long
start
) :
void
start
long
return
void