A simple nestable timer class. Time is reported in milliseconds. If the timer start method is nested (called more than once before stop is called reference counting is employed so that the timer keeps running until the number of stop calls equals the number of previous start calls. The timer is restartable. Addition start/stop calls will add to the previous total time unless restart is called in between.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.