|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jprofiler.api.agent.ProbeValueType
public class ProbeValueType
Represents the types of values to be tracked in probe tracking.
Controller.startProbeTracking(String, String[], ProbeObjectType, ProbeValueType)| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ProbeValueType TIMES
public static final ProbeValueType COUNT
public static final ProbeValueType THROUGHPUT
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||