See: Description
Class | Description |
---|---|
Controller |
Use this class to influence the run time behaviour of JProfiler.
|
HeapDumpOptions |
Heap dump options for calling
Controller.triggerHeapDump(HeapDumpOptions)
The default values after constructing an instance of this class are equivalent to calling
heapDumpOptions.fullGc(true).primitiveData(true).calculateRetainedSizes(true).selectRecorded(true) . |
ProbeRecordingOptions |
Special probe recording options for calling
Controller.startProbeRecording(String, ProbeRecordingOptions) . |
TrackingOptions |
Request tracking options for calling
Controller.startCPURecording(boolean, TrackingOptions) } and
Controller.startAllocRecording(boolean, TrackingOptions) . |
Enum | Description |
---|---|
ProbeObjectType |
Represents the type of elements to be tracked in probe tracking.
|
ProbeValueType |
Represents the types of values to be tracked in probe tracking.
|
The Controller
class contains further information.
Classes in this package and its sub-packages are licensed under the Apache License, version 2.0.