Can you turn on "events" when agentpath profiling?

Questions about YourKit Java Profiler
Post Reply
ndipiazza
Posts: 5
Joined: Sat Apr 08, 2017 4:23 pm

Can you turn on "events" when agentpath profiling?

Post by ndipiazza »

I am turning on profiling for my java progress like this:

Code: Select all

-agentpath:C:\yjp-win64-dlls\yjpagent.dll=onexit=memory,dir=C:\profileoutput
This works great.

But does that enable all the profiling available in the "Events" tab? It seems like some of them are greyed out. Is there anyway to enable that from javaagent profiling mode?

Thanks!
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Can you turn on "events" when agentpath profiling?

Post by Anton Katilin »

Please read about the probe activity modes:
https://www.yourkit.com/docs/java/help/ ... probes.jsp
Post Reply