Uses of Interface
org.objectweb.proactive.core.util.profiling.Timer

Packages that use Timer
org.objectweb.proactive.core.util.profiling   
org.objectweb.proactive.core.util.timer   
 

Uses of Timer in org.objectweb.proactive.core.util.profiling
 

Methods in org.objectweb.proactive.core.util.profiling that return Timer
static Timer PAProfilerEngine.createTimer()
          Create a profiler of default type
 

Methods in org.objectweb.proactive.core.util.profiling with parameters of type Timer
static void PAProfilerEngine.registerTimer(Timer papr)
          Add profilers to be managed by this profiler engine
static boolean PAProfilerEngine.removeTimer(Timer papr)
          Remove a profiler from this engine It's dump() method will thus never be called
 

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

Classes in org.objectweb.proactive.core.util.timer that implement Timer
 class AverageMicroTimer
           
 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
 

Methods in org.objectweb.proactive.core.util.timer that return Timer
 Timer CompositeAverageMicroTimer.getActiveTimer()
           
 



Copyright ? April 2005 INRIA All Rights Reserved.