public static final class StopWatch.TaskInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|