public static final class StopWatch.TaskInfo
Inner class to hold data about one task executed within the stop watch.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
getTaskName() Return the name of this task. |
|
public long |
getTimeMillis() Return the time in milliseconds this task took. |
|
public double |
getTimeSeconds() Return the time in seconds this task took. |
|
public void |
stop() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |