Focusing profiling on a user jar, class or method

Questions about YourKit Java Profiler
Post Reply
Michael.Scaman
Posts: 34
Joined: Mon Feb 02, 2015 3:14 pm

Focusing profiling on a user jar, class or method

Post by Michael.Scaman »

If we want to only look at exceptions from one or more jars, classes or routines of interest, isothere a way of filtering the collected data to only that? :?:
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Focusing profiling on a user jar, class or method

Post by Anton Katilin »

I guess you mean Exception profiling:
https://www.yourkit.com/docs/java/help/ ... emetry.jsp

There is no explicit filtering, but you can select a line in the master (upper) table representing exception class or thread and see where it was called from in the slave (bottom) table.
Post Reply