Package org.jikesrvm.adaptive.measurements.listeners

Class Summary
CallDensityListener A simple listener to accumulate counts of total events and the fraction of those events that occurred at loop backedges.
ContextListener This object that is invoked when online measurement information must be collected.
EdgeListener A EdgeListener defines a listener that computes a call graph edge from the call stack.
Listener A Listener object is invoked when online measurement information needs to be collected.
MethodListener A MethodListener defines a listener to collect method invocation samples.
NullListener A NullListener is an object that is invoked when online measurement information must be collected.
YieldCounterListener A YieldCounterListener samples yield points, and notifies an Organizer when a threshold is reached.