I know that we can use the System.printTimeinMillis () method at the beginning and at the end of the program. But imagine that this is for every executable in the project and checking this code in CVS.
When Junit test cases run, I see the test run time as 14.662s from the attached one. When you run your program again and again, making code changes, this is a great way to see if there are any improvements.
Is there any way (built-in parameter or plugin), can I have time to expire the eclipse time after every launch on the console?
I came across a plugin but did not work on Eclipse Juno 4.1 version.

Srujan Kumar Gulla
source share