Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to profile JUnit test run from Intellij Idea with VisualVM

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

like image 864
Konstantin Kudryavtsev Avatar asked Jul 09 '14 16:07

Konstantin Kudryavtsev


1 Answers

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

like image 65
Marc Hauptmann Avatar answered Sep 19 '22 08:09

Marc Hauptmann