Uses of Class
org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer

Packages that use HierarchicalTimer
org.objectweb.proactive.benchmarks.timit.util   
 

Uses of HierarchicalTimer in org.objectweb.proactive.benchmarks.timit.util
 

Subclasses of HierarchicalTimer in org.objectweb.proactive.benchmarks.timit.util
 class FakeTimer
          Class used only for performances
 class SecuredHierarchicalTimer
          This class is a reimplementation of HierarchicalTimer which perform many tests on timers counters start/stop.
 

Methods in org.objectweb.proactive.benchmarks.timit.util that return HierarchicalTimer
static HierarchicalTimer FakeTimer.getInstance()
           
 

Methods in org.objectweb.proactive.benchmarks.timit.util with parameters of type HierarchicalTimer
 void HierarchicalTimer.addInstance(HierarchicalTimer t)
          Adds a HierarchicalTimer instance to the arrayList.
 void TimItReductor.receiveAll(EventDataBag eventDataBag, HierarchicalTimer receivedTimer, java.lang.String receivedInformation)
          This method will be called by a worker ie an observable object to reduce its vector of EventDatas.
 void TimItReductor.receiveTimer(HierarchicalTimer receivedTimer)
          Invoked by Timed instances when finalizing
 void TimerCounter.setTimer(HierarchicalTimer timer)
          Used by the Timer to register the counter
 



Copyright 2001-2007 INRIA All Rights Reserved.