groostav
System.currentTimeMillis().let { start -> block().let { result -> Pair(time - start, result) } }