| java.lang.Object | |
| ↳ | org.springframework.util.StopWatch.TaskInfo |
Inner class to hold data about one task executed within the stop watch.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of this task.
| |||||||||||
Return the time in milliseconds this task took.
| |||||||||||
Return the time in seconds this task took.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
