I am using jvisualvm in order to profile my application.
My application base package is com.bignibou
I have added the following settings in jvisualvm's "Profile only packages" field:
com.bignibou.*, org.springframework.*
I noticed that only the org.springframework.* packages and sub-packages show in the "cpu samples" for the Tomcat process...
Can anyone please help me understand why no information is shown about my application packages?