Uses of Class
org.jikesrvm.adaptive.measurements.instrumentation.ManagedCounterData

Packages that use ManagedCounterData
org.jikesrvm.adaptive.measurements.instrumentation   
 

Uses of ManagedCounterData in org.jikesrvm.adaptive.measurements.instrumentation
 

Subclasses of ManagedCounterData in org.jikesrvm.adaptive.measurements.instrumentation
 class MethodInvocationCounterData
          An instance of this class is used to store method counters.
 class StringEventCounterData
          A generic data object that maps strings to counters.
 class YieldpointCounterData
          An extension of StringEventCounterData so that the printing can be specialized for yieldpoints.