public final class StopWatch extends Object
Constructor and Description |
---|
StopWatch()
Initialise the stop watch
|
Modifier and Type | Method and Description |
---|---|
static String |
format(long nanoTime) |
static String |
formatHours(long seconds) |
void |
splitDebug(String message)
Split the time and debug log a message, if trace logging is enabled
|
void |
splitInfo(String message)
Split the time and info log a message, if trace logging is enabled
|
void |
splitTrace(String message)
Split the time and trace log a message, if trace logging is enabled
|
public void splitTrace(String message)
public void splitDebug(String message)
public void splitInfo(String message)
public static String format(long nanoTime)
public static String formatHours(long seconds)
Copyright © 2014. All Rights Reserved.