C# Class DebugClock, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
DebugClock ( )
getEndTime ( ) : long
getStartTime ( ) : long
getTimeInMilliSeconds ( ) : float
setEndTime ( long end ) : void
setStartTime ( long start ) : void

Method Details

DebugClock() public méthode

public DebugClock ( )

getEndTime() public méthode

public getEndTime ( ) : long
Résultat long

getStartTime() public méthode

public getStartTime ( ) : long
Résultat long

getTimeInMilliSeconds() public méthode

public getTimeInMilliSeconds ( ) : float
Résultat float

setEndTime() public méthode

public setEndTime ( long end ) : void
end long
Résultat void

setStartTime() public méthode

public setStartTime ( long start ) : void
start long
Résultat void