|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.CallAnalyse.CallStatistics
org.nuiton.util.CallAnalyse.CallStatisticsSummary
public static class CallAnalyse.CallStatisticsSummary
This class is collecting data from different CallStatistics classes by
using the method addCallStats(org.nuiton.util.CallAnalyse.CallStatistics).
| Field Summary |
|---|
| Fields inherited from class org.nuiton.util.CallAnalyse.CallStatistics |
|---|
calls, maxMemory, maxTime, memories, minMemory, minTime, name, runtime, sumMemory, sumTime, times |
| Constructor Summary | |
|---|---|
CallAnalyse.CallStatisticsSummary(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
addCallStats(CallAnalyse.CallStatistics other)
This methods read the given CallAnalyse.CallStatistics and add values to
its own |
| Methods inherited from class org.nuiton.util.CallAnalyse.CallStatistics |
|---|
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CallAnalyse.CallStatisticsSummary(java.lang.String name)
| Method Detail |
|---|
public void addCallStats(CallAnalyse.CallStatistics other)
CallAnalyse.CallStatistics and add values to
its own
other - an other CallStatistics object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||