Is System.currentTimeMillis() the best measure of time performance in Java? Are there any gotcha\'s when using this to compare the time before action is taken to the time af
Take a look at this:
How do I time a method's execution in Java?