See: Description
Interface | Description |
---|---|
ScriptContext |
Context object that is passed to all scripts and provides ways to store key-value pairs for all subsequent
invocations of any custom script.
|
Class | Description |
---|---|
Controller |
This is JProfiler's profiling API.
|
Controller.BookmarkColor |
Color class for bookmarks.
|
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.
|
See the API overview for general remarks on offline profiling and on how to use the JProfiler API.