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
 StringgetTaskName()
          Return the name of this task.
 longgetTime()
          Return the time in milliseconds this task took.
 doublegetTimeSecs()
          Return the time in seconds this task took.

Method Detail

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.

Association Links

to Class java.lang.String