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