For projects reasons I need to find out which methods of a class are referenced (used) and how many times. Lint gives me ability to find which are unused but I cannot find any tool to precise how many times methods are referenced. It could be an Android Studio plugin or a library (or any other way that prepares these statistics)
thanks in advance for your support