Quick Timer
class QuickTimer
This is a small class useful for timing simple things such as the time required to start-up a plugin or run a command.
Mark the starting point of the timer with `QuickTimer timer = new QuickTimer()`, then get the time (in milliseconds)
since it started using `QuickTimer#getTimer()`. lokka30 unknownAuthor
Since
See also
#currentTimeMillis()