Packages

object SamplingProfiler

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SamplingProfiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type StackTrace = Array[StackTraceElement]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def defaultFilter(frame: StackTraceElement): Boolean

    Default filter, that frame is not an API call, an anonymous function or a lambda.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getKey(f: StackTraceElement): (String, String)

    Extract (class-name, method-name) from stack frame.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def mkProfilerSummaryTrees(stacks: List[StackTrace]): List[ProfilerSummaryTree]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def notAPIFrame(frame: StackTraceElement): Boolean

    Is frame not an API call, i.e.

    Is frame not an API call, i.e. from a class not starting with "scala.", "java." or "ox.cads."? This is the default filter used when constructing SamplingProfilers.

  17. def notFunction(frame: StackTraceElement): Boolean

    Is frame not an anonymous function (function name containing "$anonfun$"), nor a lambda abstraction (class name containing "$$Lambda$")?

  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def print(length: Int = 20, filter: (StackTraceElement) => Boolean = SamplingProfiler.defaultFilter)(store: ArrayBuffer[StackTrace]): String

    String representing the stacktraces in store.

    String representing the stacktraces in store.

    length

    the number of entries to output.

    filter

    a filtering function to decide if a given StackTraceElement should be included.

  21. def printTree(filter: (StackTraceElement) => Boolean = SamplingProfiler.defaultFilter, expand: (ProfilerSummaryTree) => Unit = ProfilerSummaryTree.expand(3))(store: ArrayBuffer[StackTrace]): String
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def truncateLeft(st: String, width: Int): String

    Print st in a column of width width, truncating on the left.

  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped