public static class InstrumentPhase.Instrumentation extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,InstrumentPhase.Point> |
pointMap |
int |
tableIdCount |
int |
tableStartIndex |
| Constructor and Description |
|---|
Instrumentation(long[] accessTable) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
accessTableToHistogram() |
ArrayList<String> |
accessTableToList() |
void |
dumpAccessTable() |
long[] |
getAccessTable() |
InstrumentPhase.Point |
getOrCreatePoint(MethodFilter methodFilter,
Node n,
InstrumentPhase phase) |
public Map<String,InstrumentPhase.Point> pointMap
public int tableIdCount
public int tableStartIndex
public void dumpAccessTable()
public InstrumentPhase.Point getOrCreatePoint(MethodFilter methodFilter, Node n, InstrumentPhase phase)
public long[] getAccessTable()