See: Description
Class | Description |
---|---|
Controller |
This is JProfiler's profiling API.
|
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). |
ProbeObjectType |
Represents the type of elements to be tracked in probe tracking.
|
ProbeValueType |
Represents the types of values to be tracked in probe tracking.
|
TrackingOptions |
Request tracking options for calling
Controller.startCPURecording(boolean, TrackingOptions) } and
Controller.startAllocRecording(boolean, TrackingOptions) . |
See the API overview for general remarks on offline profiling and on how to use the JProfiler API.