public class MonitorTimerSummary extends Object
Constructor and Description |
---|
MonitorTimerSummary(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(MonitorTimerSummary stimer) |
void |
addTimer(long duration) |
long |
getDuration() |
String |
getName() |
long |
getNbCalls() |
long |
getRequests() |
String |
toString() |
public MonitorTimerSummary(String name)
public String getName()
public void addTimer(long duration)
public long getDuration()
public long getNbCalls()
public void add(MonitorTimerSummary stimer)
public long getRequests()
Copyright © 2004–2022 XWiki. All rights reserved.