public static interface InstrumentingProfiler.SnapshotCapturingProfilerController
| Modifier and Type | Method and Description |
|---|---|
void |
captureSnapshot(java.lang.String pid)
Capture snapshot, if not already performed on stop.
|
void |
startRecording(java.lang.String pid) |
void |
stopRecording(java.lang.String pid) |
void |
stopSession() |
void startRecording(java.lang.String pid)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionvoid stopRecording(java.lang.String pid)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionvoid captureSnapshot(java.lang.String pid)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionvoid stopSession()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException