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()`.

Author

lokka30

Since

unknown

See also

#currentTimeMillis()

Constructors

Link copied to clipboard
constructor()
constructor(startTime: Long)

Properties

Link copied to clipboard
val timer: Long

Functions

Link copied to clipboard
fun start()

Re/start the timer.