org.jikesrvm.adaptive.measurements
Interface Decayable

All Known Implementing Classes:
PartialCallGraph

public interface Decayable

This interface defines the decay method. Implementors are eligible for decay if they register with the RuntimeMeasurements class.


Method Summary
 void decay()
          Called periodically when it is time to decay runtime mesaurment data
 

Method Detail

decay

void decay()
Called periodically when it is time to decay runtime mesaurment data