Uses of Class
org.mmtk.utility.statistics.Timer

Packages that use Timer
org.mmtk.plan   
org.mmtk.plan.generational   
 

Uses of Timer in org.mmtk.plan
 

Fields in org.mmtk.plan declared as Timer
private static Timer Simple.finalizeTime
           
private static Timer Simple.refTypeTime
          Constants
private static Timer Simple.scanTime
           
protected  Timer Phase.timer
          The Timer that is started and stopped around the execution of this phase.
static Timer Plan.totalTime
          Timer that counts total time
 

Methods in org.mmtk.plan with parameters of type Timer
static short Phase.createComplex(String name, Timer timer, int... scheduledPhases)
          Construct a complex phase, re-using a specified timer.
static short Phase.createConcurrent(String name, Timer timer, int atomicScheduledPhase)
          Construct a phase, re-using a specified timer.
static short Phase.createSimple(String name, Timer timer)
          Construct a phase, re-using a specified timer.
 

Constructors in org.mmtk.plan with parameters of type Timer
ComplexPhase(String name, Timer timer, int[] scheduledSubPhases)
          Construct a complex phase from an array of phase IDs, but using the specified timer rather than creating one.
ConcurrentPhase(String name, Timer timer, int atomicScheduledPhase)
          Construct a complex phase from an array of phase IDs, but using the specified timer rather than creating one.
Phase(String name, Timer timer)
          Create a new phase.
SimplePhase(String name, Timer timer)
          Construct a phase, re-using a specified timer.
 

Uses of Timer in org.mmtk.plan.generational
 

Fields in org.mmtk.plan.generational declared as Timer
private static Timer Gen.fullHeapTime