public class ProbeValueType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ProbeValueType |
COUNT
The probe tracker will show a graph of average counts.
|
static ProbeValueType |
THROUGHPUT
The probe tracker will show a graph of average throughputs.
|
static ProbeValueType |
TIMES
The probe tracker will show a graph of average times.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ProbeValueType TIMES
public static final ProbeValueType COUNT
public static final ProbeValueType THROUGHPUT