Package com.xpn.xwiki.monitor.api
Class MonitorTimerSummary
- java.lang.Object
-
- com.xpn.xwiki.monitor.api.MonitorTimerSummary
-
public class MonitorTimerSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description MonitorTimerSummary(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(MonitorTimerSummary stimer)
void
addTimer(long duration)
long
getDuration()
String
getName()
long
getNbCalls()
long
getRequests()
String
toString()
-
-
-
Constructor Detail
-
MonitorTimerSummary
public MonitorTimerSummary(String name)
-
-
Method Detail
-
getName
public String getName()
-
addTimer
public void addTimer(long duration)
-
getDuration
public long getDuration()
-
getNbCalls
public long getNbCalls()
-
add
public void add(MonitorTimerSummary stimer)
-
getRequests
public long getRequests()
-
-