Basic timer class
Simple timer with millisecond precision
KTimer timer = new KTimer(); K.waitSeconds(1); KLog.info("Waited {} ms", timer.getElapsedMilliseconds());
Last updated 28 days ago