java - Can VisualVM be used for profiling Maven Projects? If yes then how? -
i want profile maven project using jvisualvm. in eclipse in run configurations there nothing running maven build in visualvm. next tried running visualvm application , profiling projects, jar files created when mvn -install choice of input. however, don't work.
is there way generate functional profile of maven project. dont want know cpu usage , stuff, rather interested in execution flow of project i.e how methods being called , executed , when/where interacting (basically trace of program).
if there other tools please feel free suggest.
maven build tool. visualvm profiles java processes. running process can built maven , profiled visualvm, have no relation each other. visualvm profiler, it's not used trace execution of program except hotspots caught profiler.
Comments
Post a Comment