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
You may use Stopwatch from Google Guava which makes measuring time super-easy.