|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.strangelight.util.SimpleProf
A very rudimentary profiling tool.
Constructor Summary | |
SimpleProf()
|
Method Summary | |
static void |
_test_class()
|
long |
get_elapsed_ms()
Returns the elapsed time (in milliseconds) since this object's timer was last reset , or since the object was
created (if reset() has not been called). |
java.util.Date |
reset()
Resets this object's internal timer to zero. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleProf()
Method Detail |
public java.util.Date reset()
public long get_elapsed_ms()
reset
, or since the object was
created (if reset()
has not been called).
public static void _test_class() throws java.lang.Exception
java.lang.Exception
_Testable
,
ClassTester
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |