JProfiler API documentation


com.jprofiler.api.agent
Class ProbeValueType

java.lang.Object
  extended by com.jprofiler.api.agent.ProbeValueType

public class ProbeValueType
extends java.lang.Object

Represents the types of values to be tracked in probe tracking.

See Also:
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

TIMES

public static final ProbeValueType TIMES
The probe tracker will show a graph of average times.


COUNT

public static final ProbeValueType COUNT
The probe tracker will show a graph of average counts.


THROUGHPUT

public static final ProbeValueType THROUGHPUT
The probe tracker will show a graph of average throughputs.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object