I have a very long program with hundreds of methods. In my attempt to enhance the performance of the program, I want to monitor the time taken in each method or for loop to see where should I start to optimize the code.
is there any eclipse plugin or software tool to do that? I mean to calculate time taken in each method without adding tons of lines of code?