Uses of Package
org.mmtk.utility.statistics

Packages that use org.mmtk.utility.statistics
org.jikesrvm.mm.mmtk   
org.mmtk.plan   
org.mmtk.plan.generational   
org.mmtk.plan.stickyimmix   
org.mmtk.policy.immix   
org.mmtk.utility.statistics   
 

Classes in org.mmtk.utility.statistics used by org.jikesrvm.mm.mmtk
PerfEvent
          This class represents a perf event, such as cache misses, etc.
 

Classes in org.mmtk.utility.statistics used by org.mmtk.plan
Timer
          This class implements a simple timer.
 

Classes in org.mmtk.utility.statistics used by org.mmtk.plan.generational
BooleanCounter
          This class implements a simple boolean counter (counting number of phases where some boolean event is true).
EventCounter
          This class implements a simple event counter (counting number events that occur for each phase).
SizeCounter
          This class implements a simple counter of events of different sizes (eg object allocations, where total number of objects and total volume of objects would be counted).
Timer
          This class implements a simple timer.
 

Classes in org.mmtk.utility.statistics used by org.mmtk.plan.stickyimmix
BooleanCounter
          This class implements a simple boolean counter (counting number of phases where some boolean event is true).
 

Classes in org.mmtk.utility.statistics used by org.mmtk.policy.immix
EventCounter
          This class implements a simple event counter (counting number events that occur for each phase).
SizeCounter
          This class implements a simple counter of events of different sizes (eg object allocations, where total number of objects and total volume of objects would be counted).
 

Classes in org.mmtk.utility.statistics used by org.mmtk.utility.statistics
Counter
          This abstract class describes the interface of a generic counter.
EventCounter
          This class implements a simple event counter (counting number events that occur for each phase).
LongCounter
          This abstract class implements a simple counter (counting some integer (long) value for each phase).
Stats.Phase