Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Create a Yourkit controller configured to do some or all of
- * {@link Controller#startCPUProfiling(long, String, String)}
- * {@link Controller#enableExceptionTelemetry()}
- * {@link Controller#startAllocationRecording(boolean, int, boolean,
- * int, boolean, boolean)}
- * based on boolean config options passed as method parameters
- *
- * @param enableStackTelemetry enable stack telementry
- * @param enableCPUProfilling enable CPU profilling
- * @param enableAllocationRecording enable allocation recording
- *
- * @return profiler context, or null if controller cannot be set up
- */
Advertisement
Add Comment
Please, Sign In to add comment