Package org.grails.core.util
Class StopWatch.TaskInfo
- java.lang.Object
-
- org.grails.core.util.StopWatch.TaskInfo
-
- Enclosing class:
- StopWatch
public static final class StopWatch.TaskInfo extends java.lang.ObjectInner class to hold data about one task executed within the stop watch.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTaskName()Return the name of this task.longgetTimeMillis()Return the time in milliseconds this task took.doublegetTimeSeconds()Return the time in seconds this task took.voidstop()
-