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