Disable automatic start recording with IntelliJ Profiler
Answered
I often profile smaller chunks of logic in my application. Thus, I have no need for the profiler to start recording when my application starts. Is there a way to disable the automatic recording?
Please sign in to leave a comment.
How do you run the code? AFAIK, the profiler can only be launched when users run the code with the "run with profiler" option.
Start your process as normal, with either the Run or Debug launchers.
Click the “View | Tool Windows | Profiler” option (at least on a Mac), and a list of running processes appears.
Right click on the process you are Running or Debugging, and select “Attach IntelliJ Profiler”. Your process shows up as a new tab in the Profiler window.