public static final class

StopWatch.TaskInfo

extends Object
java.lang.Object
   ↳ org.springframework.util.StopWatch.TaskInfo

Class Overview

Inner class to hold data about one task executed within the stop watch.

Summary

Public Methods
String getTaskName()
Return the name of this task.
long getTimeMillis()
Return the time in milliseconds this task took.
double getTimeSeconds()
Return the time in seconds this task took.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getTaskName ()

Also: SpringCore

Return the name of this task.

public long getTimeMillis ()

Also: SpringCore

Return the time in milliseconds this task took.

public double getTimeSeconds ()

Also: SpringCore

Return the time in seconds this task took.