How to profile JUnit test run from Intellij Idea with VisualVM? VisualVM doesn't see any process? is it possible to do?
how to profile JUnit test run from Intellij Idea with VisualVM
Asked Answered
Does this answer your question? how do you profile java source with intellij idea editor? –
Knorring
There is a plugin for JVisualVM mentioned in this question. With it, you can also run test cases.
Note that recent IntelliJ IDEA Ultimate has integrated support for Java Flight Recorder and async-profiler which both are more precise than VisualVM:
© 2022 - 2024 — McMap. All rights reserved.