Uses of Class
org.objectweb.proactive.core.util.timer.AverageMicroTimer

Packages that use AverageMicroTimer
org.objectweb.proactive.core.util.timer Contains utility classes for the timer.  
 

Uses of AverageMicroTimer in org.objectweb.proactive.core.util.timer
 

Subclasses of AverageMicroTimer in org.objectweb.proactive.core.util.timer
 class CompositeAverageMicroTimer
          A CompositeMicroTimer maintains many timer at once.
 class EWMATimer
          A timer where we compute an exponentially weighted moving average i.e average(n)=average(n-1)*alpha+(1-alpha)*value(n)
 class TimerWithMemory
          A timer which retains the values measured in addition to calculating the average
 



Copyright 2001-2005 INRIA All Rights Reserved.