printBenchmark

inline fun <T> printBenchmark(name: String, full: Boolean = false, noinline block: () -> T)