JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method