When profiling the CPU time of an application with VisualVM, one can see a "Call Tree" tab after taking a snapshot. But in my case, the call tree only shows some RMI TCP classes and methods, but no single class of my application.
How can I display the correct call tree?
Possibilities
There is a "Settings" checkbox on the Profiler tab. If you check the Settings box another panel will show up that lets you configure what classes the profiler collects data about.
Here is a screenshot.