Package org.gradle.profiler.yourkit
Class YourKitProfilerController
java.lang.Object
org.gradle.profiler.yourkit.YourKitProfilerController
- All Implemented Interfaces:
InstrumentingProfiler.SnapshotCapturingProfilerController
public class YourKitProfilerController
extends Object
implements InstrumentingProfiler.SnapshotCapturingProfilerController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcaptureSnapshot(String pid) Capture snapshot, if not already performed on stop.voidstartRecording(String pid) voidstopRecording(String pid) void
-
Constructor Details
-
YourKitProfilerController
-
-
Method Details
-
startRecording
- Specified by:
startRecordingin interfaceInstrumentingProfiler.SnapshotCapturingProfilerController
-
stopRecording
- Specified by:
stopRecordingin interfaceInstrumentingProfiler.SnapshotCapturingProfilerController
-
captureSnapshot
Description copied from interface:InstrumentingProfiler.SnapshotCapturingProfilerControllerCapture snapshot, if not already performed on stop.- Specified by:
captureSnapshotin interfaceInstrumentingProfiler.SnapshotCapturingProfilerController
-
stopSession
public void stopSession()- Specified by:
stopSessionin interfaceInstrumentingProfiler.SnapshotCapturingProfilerController
-