|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthenplus.commands.TimeRenderer
public class TimeRenderer
document me.
Constructor Summary | |
---|---|
TimeRenderer()
|
Method Summary | |
---|---|
static void |
printFraction(long execTime,
long number,
OutputDevice out)
|
static void |
printTime(long execTimeInMs,
long usec,
OutputDevice out)
print time to output device |
static void |
printTime(long execTimeInMs,
OutputDevice out)
print time to output device |
static String |
renderTime(long execTimeInMs)
render time as string |
static String |
renderTime(long execTimeInMs,
long usec)
render time as string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeRenderer()
Method Detail |
---|
public static void printFraction(long execTime, long number, OutputDevice out)
public static String renderTime(long execTimeInMs)
public static String renderTime(long execTimeInMs, long usec)
public static void printTime(long execTimeInMs, OutputDevice out)
public static void printTime(long execTimeInMs, long usec, OutputDevice out)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |