org.jikesrvm.adaptive.measurements.organizers
Class AccumulatingMethodSampleOrganizer.AsyncReporter

java.lang.Object
  extended by org.jikesrvm.scheduler.SystemThread
      extended by org.jikesrvm.adaptive.measurements.organizers.AccumulatingMethodSampleOrganizer.AsyncReporter
Enclosing class:
AccumulatingMethodSampleOrganizer

 class AccumulatingMethodSampleOrganizer.AsyncReporter
extends SystemThread


Field Summary
 
Fields inherited from class org.jikesrvm.scheduler.SystemThread
rvmThread
 
Constructor Summary
AccumulatingMethodSampleOrganizer.AsyncReporter()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jikesrvm.scheduler.SystemThread
getRVMThread, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumulatingMethodSampleOrganizer.AsyncReporter

public AccumulatingMethodSampleOrganizer.AsyncReporter()
Method Detail

run

public void run()
Specified by:
run in class SystemThread