|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.util.StopWatch.TaskInfo
Inner class to hold data about one task executed within the stop watch.
Method Summary | |
String |
getTaskName()
Return the name of this task. |
long |
getTime()
Deprecated. in favor of getTimeMillis |
long |
getTimeMillis()
Return the time in milliseconds this task took. |
double |
getTimeSeconds()
Return the time in seconds this task took. |
double |
getTimeSecs()
Deprecated. in favor of getTimeSeconds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getTaskName()
public long getTimeMillis()
public long getTime()
getTimeMillis
public double getTimeSeconds()
public double getTimeSecs()
getTimeSeconds
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |