You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Andy Turner <A....@leeds.ac.uk> on 2021/03/06 11:25:59 UTC

Profiling junit tests

Hello 🙂

I am using Maven and JUnit5. I am wanting to profile test classes. Please can you advise/recommend a good way to do this?

I am familiar with the profiler and have looked at the following:
http://netbeans.apache.org/kb/docs/java/profiler-intro.html

I can profile bits of code that I want to profile by creating a main method in the library and calling these outside the testing suit, but this is inconvenient.

Thanks in advance.

Best wishes,

Andy