JProfiler API

Package com.jprofiler.api.agent

This package contains the controller class for programatically controlling recording of profiling data.

See:
          Description

Class Summary
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).
 

Package com.jprofiler.api.agent Description

This package contains the controller class for programatically controlling recording of profiling data.

See the API overview for general remarks on offline profiling and on how to use the JProfiler API.


JProfiler API