org.activemath.webapp.util
Class StopWatch.TaskInfo

java.lang.Object
  extended by org.activemath.webapp.util.StopWatch.TaskInfo
Enclosing class:
StopWatch

public class StopWatch.TaskInfo
extends Object

Inner class to hold data about one task


Method Summary
 String getTaskName()
          Return the name of this task
 long getTime()
          Return the time in milliseconds this task took
 double getTimeSecs()
          Return the time in seconds this task took
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTaskName

public String getTaskName()
Return the name of this task


getTime

public long getTime()
Return the time in milliseconds this task took

Returns:
the time in milliseconds this task took

getTimeSecs

public double getTimeSecs()
Return the time in seconds this task took

Returns:
the time in seconds this task took