|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.database.PersistenceManager.PerformanceTimer
public static class PersistenceManager.PerformanceTimer
Simple Performance timer with nano seconds precision
Constructor Summary | |
---|---|
PersistenceManager.PerformanceTimer()
Constructor with auto-start |
Method Summary | |
---|---|
long |
getTime()
returns hopefully the time difference if stop() was called once before |
void |
stop()
stop timer an write difference to start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistenceManager.PerformanceTimer()
Method Detail |
---|
public void stop()
start
public long getTime()
stop()
was called once before
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |