org.nuiton.util
Class CallAnalyse.CallStatisticsSummary

java.lang.Object
  extended by org.nuiton.util.CallAnalyse.CallStatistics
      extended by 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

Field Summary
 
Fields inherited from class org.nuiton.util.CallAnalyse.CallStatistics
calls, maxMemory, maxTime, memories, minMemory, minTime, name, runtime, sumMemory, sumTime, times
 
Constructor Summary
CallAnalyse.CallStatisticsSummary(String name)
           
 
Method Summary
 void addCallStats(CallAnalyse.CallStatistics other)
          This methods read the given CallAnalyse.CallStatistics and add values to its own
 
Methods inherited from class org.nuiton.util.CallAnalyse.CallStatistics
enter, exit, getAvgMemory, getAvgTime, getCalls, getMaxMemory, getMaxTime, getMemory, getMinMemory, getMinTime, getName, getSumMemory, getSumTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallAnalyse.CallStatisticsSummary

public CallAnalyse.CallStatisticsSummary(String name)
Method Detail

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.