|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yourkit.api.ProfilingModes
public class ProfilingModes
Defines constants to be passed to methods of Controller.
| Field Summary | |
|---|---|
static long |
ALLOCATION_RECORDING
Use to check if allocation recording is on |
static long |
CPU_J2EE
Profile J2EE. |
static long |
CPU_SAMPLING
Records CPU times only. |
static long |
CPU_TRACING
Records CPU times and method invocation counts. |
static long |
MONITOR_PROFILING
Use to check if monitor profiling is running |
static long |
SNAPSHOT_HPROF
Pass as parameter of Controller.captureSnapshot(long) to capture
snapshot in HPROF format (it will including the heap dump only). |
static long |
SNAPSHOT_WITH_HEAP
Pass as parameter of Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, including the heap dump. |
static long |
SNAPSHOT_WITHOUT_HEAP
Pass as parameter of Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, but without the heap dump. |
| Constructor Summary | |
|---|---|
ProfilingModes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long CPU_SAMPLING
public static final long CPU_TRACING
CPU_SAMPLING and depends on applied filters.
Controller.startCPUProfiling(long, String)public static final long MONITOR_PROFILING
Controller.getStatus()public static final long ALLOCATION_RECORDING
Controller.getStatus()public static final long CPU_J2EE
CPU_SAMPLING | CPU_J2EE or CPU_TRACING | CPU_J2EE
Controller.startCPUProfiling(long, String)public static final long SNAPSHOT_WITHOUT_HEAP
Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, but without the heap dump.
public static final long SNAPSHOT_WITH_HEAP
Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, including the heap dump.
public static final long SNAPSHOT_HPROF
Controller.captureSnapshot(long) to capture
snapshot in HPROF format (it will including the heap dump only).
| Constructor Detail |
|---|
public ProfilingModes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||