|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jprofiler.api.agent.probe.Unit
public class Unit
Defines the unit that is displays in a particular custom telemetry.
ProbeMetaData.addCustomTelemetry(String, Unit, float)| Field Summary | |
|---|---|
static Unit |
BYTES
The telemetry data contains bytes. |
static Unit |
MICROSECONDS
The telemetry data contains microseconds. |
static Unit |
PERCENT
The telemetry contains percent values between 0 and 100. |
static Unit |
PLAIN
The telemetry data contains natural numbers without a unit. |
| 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 Unit PLAIN
public static final Unit PERCENT
public static final Unit BYTES
public static final Unit MICROSECONDS
| 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 | ||||||||