public class TimerInfo
extends java.lang.Object
Constructor and Description |
---|
TimerInfo(Tool tool,
long starttime,
long endtime) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
long |
getEndTime() |
long |
getStartTime() |
java.lang.String |
getToolName() |
public TimerInfo(Tool tool, long starttime, long endtime)
public java.lang.String getToolName()
public long getStartTime()
public long getEndTime()
public long getDuration()