|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpal.misc.TimeStamp
public class TimeStamp
keeps track of program runtime
Constructor Summary | |
---|---|
TimeStamp()
create object and start timer |
Method Summary | |
---|---|
void |
report(java.io.PrintWriter out)
report on runtime |
void |
stop()
stop timer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeStamp()
Method Detail |
---|
public void stop()
public void report(java.io.PrintWriter out)
out
- output stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |