how to profile JUnit test run from Intellij Idea with VisualVM
Asked Answered
I

2

17

How to profile JUnit test run from Intellij Idea with VisualVM? VisualVM doesn't see any process? is it possible to do?

Ironworker answered 9/7, 2014 at 16:52 Comment(1)
Does this answer your question? how do you profile java source with intellij idea editor?Knorring
F
8

There is a plugin for JVisualVM mentioned in this question. With it, you can also run test cases.

Floozy answered 4/9, 2014 at 12:5 Comment(0)
T
3

Note that recent IntelliJ IDEA Ultimate has integrated support for Java Flight Recorder and async-profiler which both are more precise than VisualVM:

https://www.jetbrains.com/help/idea/cpu-profiler.html

Touristy answered 5/9, 2019 at 19:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.