|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.adaptive.database.methodsamples.MethodCountSet
public final class MethodCountSet
Wrapper around a pair of parallel arrays:
Field Summary | |
---|---|
(package private) CompiledMethod[] |
cms
array of compiled methods |
(package private) double[] |
counters
array of counts |
Constructor Summary | |
---|---|
MethodCountSet(CompiledMethod[] _cms,
double[] _counters)
Constructor |
Method Summary | |
---|---|
String |
toString()
String representation of fields |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
CompiledMethod[] cms
double[] counters
Constructor Detail |
---|
MethodCountSet(CompiledMethod[] _cms, double[] _counters)
_cms
- array of compiled method ids_counters
- array of countersMethod Detail |
---|
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |