/timer

Timer to measure execution time

Primary LanguageJavaScriptApache License 2.0Apache-2.0

timer

Timer to measure execution time

Usage

t = new Time('some-label'); // start of timer

// ... any code ...

t.print(); // it prints seconds from start of timer