public class Instrumentation extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ACTIVE |
static HashMap<String,Integer> |
counters |
| Constructor and Description |
|---|
Instrumentation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
count(String counter) |
static void |
count(String counter,
int increment) |
static void |
freeMemory(String label) |
static void |
report() |
static void |
reset() |
public static final boolean ACTIVE