|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
captureSnapshot(ProfilingModes.SNAPSHOT_WITH_HEAP)
Table columns filled by user
(as opposite to automatically filled columns specified via table mask -
see Table.Table(String, long) for detail).host it is running
and the port its profiler agent listens to.
Controller.startCPUProfiling(long, String, String)
Controller.getPeriodicSnapshotTriggerStatus()
table creation
if the table rows are intended to describe lasting events,
i.e.
create a table
intended to describe lasting events
(read about event kinds...)
which can start and end in different thread and/or in different methods.
table creation,
to record uptime, current thread and stack trace
when the row is created.
create a table
intended to describe lasting events
(read about event kinds...)
which correspond to method calls:
the event starts when the monitored method is entered, and ends when the method exits.
Controller.table creation
to record current stack trace for each row of the table when the row is closed.
table creation
to record current stack trace for each row of the table when the row is created.
table creation
to automatically measure how much CPU time is been spent in the event's thread
since the moment a row has been created
and until the moment that row has been closed.
table creation
to record current thread for each row of the table when the row is closed.
table creation
to record current thread for each row of the table when the row is created.
Table.closeRow(int).
Controller.setPeriodicSnapshotTrigger(int, long) instead
Controller.captureSnapshot(long) to capture
snapshot in HPROF format (it will including the heap dump only).
Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, including the heap dump.
Controller.captureSnapshot(long) to capture
snapshot with all the recorded information, but without the heap dump.
startCPUProfiling(mode, filters, Controller.DEFAULT_WALLTIME_SPEC)
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||