How to identify the application class while profiling

Questions about YourKit Java Profiler
Post Reply
Asheesh
Posts: 3
Joined: Mon Aug 18, 2014 12:54 pm

How to identify the application class while profiling

Post by Asheesh »

I have to profile a swing application which is actually launched via JNLP and we can not profile using Eclipse.
When I capture the snap shot while CPU Profiling. The report shows the generic swing methods and threads we can not make out which class responsible for that.

Is there a way to find the base class that's responsible to the threads and swing methods.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: How to identify the application class while profiling

Post by Anton Katilin »

Perhaps the classes you were looking for had been filtered out.
Please try to turn filters off:
http://www.yourkit.com/docs/java/help/filters.jsp
Post Reply