Package org.gradle.profiler
Interface InstrumentingProfiler.SnapshotCapturingProfilerController
- All Known Implementing Classes:
AsyncProfilerController,JFRControl,JProfilerController,YourKitProfilerController
- Enclosing class:
- InstrumentingProfiler
public static interface InstrumentingProfiler.SnapshotCapturingProfilerController
-
Method Summary
Modifier and TypeMethodDescriptionvoidcaptureSnapshot(String pid) Capture snapshot, if not already performed on stop.voidstartRecording(String pid) voidstopRecording(String pid) void
-
Method Details
-
startRecording
- Throws:
IOExceptionInterruptedException
-
stopRecording
- Throws:
IOExceptionInterruptedException
-
captureSnapshot
Capture snapshot, if not already performed on stop.- Throws:
IOExceptionInterruptedException
-
stopSession
- Throws:
IOExceptionInterruptedException
-