|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.adaptive.database.methodsamples.MethodCountSet
public final class MethodCountSet
Wrapper around a pair of parallel arrays: (1) an array of compiled method id's (2) an array of counts: how many times each compiled method id is counted
| 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 counters| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||