SimMetricsOutput

Contains helpful formatting shortcut functions.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def formatDuration(from: Long, to: Long, format: String): String
def formatDuration(from: Option[Long], to: Long, format: String, nullValue: String): String
def formatDuration(from: Option[Long], to: Option[Long], format: String, nullValue: String): String
def formatOption[T](v: Option[T], nullValue: String, format: T => String): String
def formatTime(format: String)(time: Long): String
def formatTimeOption(time: Option[Long], format: String, nullValue: String): String