Minor

Questions about YourKit Java Profiler
Post Reply
scesbron
Posts: 4
Joined: Tue Jun 14, 2005 1:58 pm

Minor

Post by scesbron »

Hi,

I did a remote profiling of an application.
Everything work fine, I really appreciate the ease of use of the profiler in this use case.
I just noticed that there is no name in the tab at the left. When I connect to a local application this tab is called "Bootstrap" but not in the case of a remote application

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

Post by Anton Katilin »

This is the name of the session, which is based on the name of the main class of the Java application, or the name of the jar file that contains it.

If Bootstrap is not a name of your main class, what kind of application do you run? If it's a particular framework etc. we can add special processing for it, trying to retrieve the actual distinctive name.
Post Reply