org.springframework.util
Class StopWatch.TaskInfo
- public static class StopWatch.TaskInfo
Inner class to hold data about one task executed within the stopwatch
| Method Summary |
String | getTaskName() Return the name of this task. |
long | getTime() Return the time in milliseconds this task took. |
double | getTimeSecs() Return the time in seconds this task took. |
getTaskName
public String getTaskName()
- Return the name of this task.
getTime
public long getTime()
- Return the time in milliseconds this task took.
getTimeSecs
public double getTimeSecs()
- Return the time in seconds this task took.
to Class java.lang.String