public static class CallAnalyse.CallStatisticsSummary extends CallAnalyse.CallStatistics
addCallStats(org.nuiton.util.CallAnalyse.CallStatistics)
.Constructor and Description |
---|
CallStatisticsSummary(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addCallStats(CallAnalyse.CallStatistics other)
This methods read the given
CallAnalyse.CallStatistics and add values to
its own |
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString
public CallStatisticsSummary(String name)
public void addCallStats(CallAnalyse.CallStatistics other)
CallAnalyse.CallStatistics
and add values to
its ownother
- an other CallStatistics objectCopyright © 2004–2020 CodeLutin. All rights reserved.