Package org.objectweb.proactive.core.util.timer

Contains utility classes for the timer.

See:
          Description

Interface Summary
Timeable  
 

Class Summary
AverageMicroTimer  
CompositeAverageMicroTimer A CompositeMicroTimer maintains many timer at once.
EWMATimer A timer where we compute an exponentially weighted moving average i.e average(n)=average(n-1)*alpha+(1-alpha)*value(n)
MicroTimer  
TimerWithMemory A timer which retains the values measured in addition to calculating the average
 

Package org.objectweb.proactive.core.util.timer Description

Contains utility classes for the timer.

Since:
ProActive 3.0
Version:
1.0, 2005/08/23
Author:
ProActive Team


Copyright 2001-2005 INRIA All Rights Reserved.