-
public final class LaunchTimeTracker
-
-
Method Summary
Modifier and Type Method Description static voidstartTimer()static voidresetForTest()static booleanstopTimer()static longgetElapsedTimeInNanos()-
-
Method Detail
-
startTimer
static void startTimer()
-
resetForTest
static void resetForTest()
-
stopTimer
static boolean stopTimer()
-
getElapsedTimeInNanos
static long getElapsedTimeInNanos()
-
-
-
-