Simple timer with millisecond precision
KTimer timer = new Timer() K.waitSeconds(1); System.out.println("Waited " + timer.getElapsedMilliseconds() + " ms");
Last updated 4 months ago