public class Instrumentation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ACTIVE |
static java.util.HashMap<java.lang.String,java.lang.Long> |
counters |
static long |
start |
Constructor and Description |
---|
Instrumentation() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
callStack() |
static void |
count(java.lang.String format,
java.lang.Object... params) |
static void |
report() |
static void |
report(long threshold) |
static void |
reset() |
public static final boolean ACTIVE
public static final java.util.HashMap<java.lang.String,java.lang.Long> counters
public static long start