scala.reflect.internal.util

Statistics

class Statistics extends StatBase

Source
Statistics.scala
Linear Supertypes
StatBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Statistics
  2. StatBase
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Statistics()

Type Members

  1. class ClassCounts extends HashMap[Class[_], Int]

  2. class Counter extends AnyRef

  3. case class IntPair(x: Int, y: Int) extends Product with Serializable

  4. case class LongPair(x: Long, y: Long) extends Product with Serializable

  5. class SubCounter extends AnyRef

  6. class Timer extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Statistics to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Statistics, B)

    Implicit information
    This member is added by an implicit conversion from Statistics to ArrowAssoc[Statistics] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val asSeenFromCount: Counter

  10. val asSeenFromNanos: Timer

  11. val baseTypeSeqCount: Counter

  12. val baseTypeSeqLenTotal: Counter

  13. val classSymbolCount: Counter

  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. val compoundBaseTypeSeqCount: Counter

  16. def currentTime(): Long

    Definition Classes
    StatBase
  17. def enabled: Boolean

    Definition Classes
    StatBase
  18. def enabled_=(cond: Boolean): Unit

    Definition Classes
    StatBase
  19. def ensuring(cond: (Statistics) ⇒ Boolean, msg: ⇒ Any): Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to Ensuring[Statistics] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (Statistics) ⇒ Boolean): Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to Ensuring[Statistics] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to Ensuring[Statistics] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to Ensuring[Statistics] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. val findMemberCount: Counter

  27. val findMemberFailed: SubCounter

  28. val findMemberImpl: SubCounter

  29. val findMemberNanos: Timer

  30. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Statistics to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. def incCounter(c: Counter, delta: Int): Unit

    Definition Classes
    StatBase
  34. def incCounter(c: Counter): Unit

    Definition Classes
    StatBase
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. val multMemberCount: Counter

  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. val noMemberCount: Counter

  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. val rawTypeCount: Counter

  42. val rawTypeFailed: SubCounter

  43. val rawTypeImpl: SubCounter

  44. val sametypeCount: Counter

  45. val self: Any

    Implicit information
    This member is added by an implicit conversion from Statistics to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  46. val self: Any

    Implicit information
    This member is added by an implicit conversion from Statistics to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  47. def showPercent(x: Double, base: Double): String

    Definition Classes
    StatBase
  48. val singletonBaseTypeSeqCount: Counter

  49. def startCounter(sc: SubCounter): IntPair

    Definition Classes
    StatBase
  50. def startTimer(tm: Timer): LongPair

    Definition Classes
    StatBase
  51. def stopCounter(sc: SubCounter, start: IntPair): Unit

    Definition Classes
    StatBase
  52. def stopTimer(tm: Timer, start: LongPair): Unit

    Definition Classes
    StatBase
  53. val subtypeCount: Counter

  54. val subtypeFailed: SubCounter

  55. val subtypeImpl: SubCounter

  56. val subtypeNanos: Timer

  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    AnyRef → Any
  59. val typeSymbolCount: Counter

  60. val typerefBaseTypeSeqCount: Counter

  61. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  63. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  64. def [B](y: B): (Statistics, B)

    Implicit information
    This member is added by an implicit conversion from Statistics to ArrowAssoc[Statistics] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to ArrowAssoc[Statistics] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Statistics

    Implicit information
    This member is added by an implicit conversion from Statistics to Ensuring[Statistics] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from StatBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Statistics to StringFormat

Inherited by implicit conversion any2stringadd from Statistics to StringAdd

Inherited by implicit conversion any2ArrowAssoc from Statistics to ArrowAssoc[Statistics]

Inherited by implicit conversion any2Ensuring from Statistics to Ensuring[Statistics]