Class CallAnalyse.CallStatisticsSummary
java.lang.Object
org.nuiton.util.CallAnalyse.CallStatistics
org.nuiton.util.CallAnalyse.CallStatisticsSummary
- All Implemented Interfaces:
Cloneable
- Enclosing class:
CallAnalyse
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidThis methods read the givenCallAnalyse.CallStatisticsand add values to its ownMethods inherited from class CallAnalyse.CallStatistics
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString
-
Constructor Details
-
CallStatisticsSummary
-
-
Method Details
-
addCallStats
This methods read the givenCallAnalyse.CallStatisticsand add values to its own- Parameters:
other- an other CallStatistics object
-