commons-lang
commons-lang copied to clipboard
SimpleStopWatch is alternative for overcomplicated and buggy StopWatch
In https://github.com/apache/commons-lang/pull/709 I proposed add lap() to StopWatch.
During discussion I realized that StopWatch is overcomplicated and better is option is no-brainer SimpleStopWatch.
With a lap(), of course