TimeReport

trait TimeReport extends Ordered[TimeReport]

Summary of the execution times of the code blocks

Summary of the execution times of the code blocks

trait Ordered[TimeReport]
trait Comparable[TimeReport]
class Object
trait Matchable
class Any

Value members

Abstract methods

def body(): Unit

Concrete methods

def apply(name: String): TimeReport
def average: Double
def compare(that: TimeReport): Int
def containsBlock(name: String): Boolean
def elapsedSeconds: Double
def executionCount: Int
def genReportLine: String
def getOrElseUpdate(name: String, t: => TimeReport): TimeReport
def max: Double
def median: Double
def min: Double
def report: String
def toHumanReadableFormat(time: Double): String
override def toString: String
Definition Classes
Any

Inherited methods

def <(that: TimeReport): Boolean
Inherited from
Ordered
def <=(that: TimeReport): Boolean
Inherited from
Ordered
def >(that: TimeReport): Boolean
Inherited from
Ordered
def >=(that: TimeReport): Boolean
Inherited from
Ordered
def compareTo(that: TimeReport): Int
Inherited from
Ordered

Abstract fields

val blockRepeat: Int
val name: String
val repeat: Int