I'm currently working on a java-project, consisting of code I didn't write myself. Now I have to figure out how the code works.
So I was wondering if there are any programs/addons that show which methods are called over time, or that show the program in a visual way of which methods call what? Debugging would be a last resort because the code is huge, I want to get a global idea first before I dive into the debugger
Something like this (but then for Java) would be perfect : http://kcachegrind.sourceforge.net/html/Home.html