Guest User

Untitled

a guest
Apr 24th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.63 KB | None | 0 0
  1.  /**
  2.    * Create a Yourkit controller configured to do some or all of
  3.    * {@link Controller#startCPUProfiling(long, String, String)}
  4.    * {@link Controller#enableExceptionTelemetry()}
  5.    * {@link Controller#startAllocationRecording(boolean, int, boolean,
  6.    * int, boolean, boolean)}
  7.    * based on boolean config options passed as method parameters
  8.    *
  9.    * @param enableStackTelemetry      enable stack telementry
  10.    * @param enableCPUProfilling       enable CPU profilling
  11.    * @param enableAllocationRecording enable allocation recording
  12.    *
  13.    * @return profiler context, or null if controller cannot be set up
  14.    */
Advertisement
Add Comment
Please, Sign In to add comment