time

ammonite.runtime.tools.time
object time

Records how long the given computation takes to run, returning the duration in addition to the return value of that computation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
time.type

Members list

Value members

Concrete methods

def apply[T](t: => T): (T, FiniteDuration)