Class CallAnalyse.CallStatistics
java.lang.Object
org.nuiton.util.CallAnalyse.CallStatistics
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CallAnalyse.CallStatisticsSummary
- Enclosing class:
CallAnalyse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
calls
protected long calls -
minTime
protected long minTime -
maxTime
protected long maxTime -
sumTime
protected long sumTime -
minMemory
protected long minMemory -
maxMemory
protected long maxMemory -
sumMemory
protected long sumMemory -
times
-
memories
-
runtime
-
-
Constructor Details
-
CallStatistics
-
-
Method Details
-
enter
public void enter() -
exit
public void exit() -
getName
-
getCalls
public long getCalls() -
getMinTime
public long getMinTime() -
getMaxTime
public long getMaxTime() -
getSumTime
public long getSumTime() -
getAvgTime
public long getAvgTime() -
getMinMemory
public long getMinMemory() -
getMaxMemory
public long getMaxMemory() -
getSumMemory
public long getSumMemory() -
getAvgMemory
public long getAvgMemory() -
getMemory
protected long getMemory() -
toString
-