public final class TimeKt
final static <T extends Any> Pair<T, Long>
time(Function0<T> block)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <T extends Any> Pair<T, Long> time(Function0<T> block)
Time this block of code and return the result and the time it took to execute.