TimerNode

org.beangle.commons.lang.time.TimerNode
class TimerNode(val resource: String, var startTime: Long) extends Serializable

Timer Node in stack

Attributes

Since

3.0.0

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def end(): Long
def getPrintable: String

Get a formatted string representing all the methods that took longer than a specified time.

Get a formatted string representing all the methods that took longer than a specified time.

Attributes

protected def getPrintable(indent: String): String
def start(startTime: Long): Unit

Concrete fields

var children: ListBuffer[TimerNode]
val resource: String
var startTime: Long
var totalTime: Long