class ProfilerSummaryTree extends AnyRef
A node in a tree summarising profiling information, giving information about all method calls that have been reached by the same path of method calls.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProfilerSummaryTree
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProfilerSummaryTree(className: String, methodName: String, callees: List[SamplingProfiler.StackTrace])
- className
the name of the class of the current call.
- methodName
the name of the method of the current call.
- callees
stack traces onwards from this method (in reverse order).
Type Members
- type StackTrace = Array[StackTraceElement]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val callees: List[SamplingProfiler.StackTrace]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expand(d: Int): Unit
Expand d levels.
- def expand: Unit
Expand one level, initialising children.
- def expandWhile(p: (ProfilerSummaryTree) => Boolean): Unit
Recursively expand this and all descendent nodes that satisfy p.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rjustify(n: Int, w: Int, c: String = " "): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(nameColWidth: Int = 65, prefixFirst: String, prefix: String, numsPrefixFirst: String, numsPrefix: String): String
String representing this.
String representing this.
- prefixFirst
string with which to prefix the first line.
- prefix
string with which to prefix each subsequent line with.
- numsPrefixFirst
string with which to prefix the numbers on the first line.
- numsPrefix
string with which to prefix numbers on subsequent lines.
- def toString(): String
Produce string output.
Produce string output.
- Definition Classes
- ProfilerSummaryTree → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()