org.nuiton.util
Class CallAnalyse.CallStatisticsSummary
java.lang.Object
org.nuiton.util.CallAnalyse.CallStatistics
org.nuiton.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 method addCallStats(org.nuiton.util.CallAnalyse.CallStatistics).
- Author:
- thimel
| Fields inherited from class org.nuiton.util.CallAnalyse.CallStatistics |
calls, maxMemory, maxTime, memories, minMemory, minTime, name, runtime, sumMemory, sumTime, times |
| Methods inherited from class org.nuiton.util.CallAnalyse.CallStatistics |
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString |
CallAnalyse.CallStatisticsSummary
public CallAnalyse.CallStatisticsSummary(String name)
addCallStats
public void addCallStats(CallAnalyse.CallStatistics other)
- This methods read the given
CallAnalyse.CallStatistics and add values to
its own
- Parameters:
other - an other CallStatistics object
Copyright © 2004-2012 CodeLutin. All Rights Reserved.