C# Class DebugClock, code

Datei anzeigen 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