Package net.rotgruengelb.nixienaut.debug
Class TimeDebug
java.lang.Object
net.rotgruengelb.nixienaut.debug.TimeDebug
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeDebug
public TimeDebug()
-
-
Method Details
-
timeStart
public static long timeStart(boolean debug) - Parameters:
debug- If true, the time will be measured.- Returns:
- The start time.
-
timeEnd
- Parameters:
startTime- The start time.
-