Package org.nuiton.util
Class CallAnalyse.CallStatisticsSummary
java.lang.Object
org.nuiton.util.CallAnalyse.CallStatistics
org.nuiton.util.CallAnalyse.CallStatisticsSummary
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- CallAnalyse
public static class CallAnalyse.CallStatisticsSummary extends CallAnalyse.CallStatistics
This class is collecting data from different CallStatistics classes by
using the method
addCallStats(org.nuiton.util.CallAnalyse.CallStatistics).- Author:
- thimel
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CallStatisticsSummary(java.lang.String name) -
Method Summary
Modifier and Type Method Description voidaddCallStats(CallAnalyse.CallStatistics other)This methods read the givenCallAnalyse.CallStatisticsand add values to its ownMethods inherited from class org.nuiton.util.CallAnalyse.CallStatistics
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString
-
Constructor Details
-
CallStatisticsSummary
public CallStatisticsSummary(java.lang.String name)
-
-
Method Details
-
addCallStats
This methods read the givenCallAnalyse.CallStatisticsand add values to its own- Parameters:
other- an other CallStatistics object
-