Timed

object Timed
class Object
trait Matchable
class Any

Value members

Concrete methods

def runTests(tests: List[(String, () => String)], repetitions: Int): Unit
def runTests[T <: PerfTest](tests: List[T], repetitions: Int, warmup: List[T] => Unit): Unit
def timed[T](b: => T): (T, Long)