TimerNode

@SerialVersionUID(-6180672043920208784L) class TimerNode(val resource: String, var startTime: Long) extends Serializable

Timer Node in stack

Since

3.0.0

trait Serializable
class Object
trait Matchable
class Any

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.

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