I am developing an application based on Eclipse RCP. I want to profile certain methods in my application: deleting an item and updating sections.
I have successfully connected the plugin to run VisualVM to Eclipse. After starting my application, I executed Profiler from VisualVM and dragged / updated some things in the application profile. At the end, I did not see the corresponding methods in the call stack. I can not find any methods that are responsible for my things, and I can not do anything.
Why is this happening? If I started VisualVM before running the whole application, everything looks fine. Each method has the right place in the call stack. I am curious to limit VisualVM.
Steve source share