Packages

c

ch.epfl.scala.profilers

ProfilingImpl

final class ProfilingImpl[G <: Global] extends ProfilingStats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProfilingImpl
  2. ProfilingStats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProfilingImpl(global: G, logger: Logger[G])

Type Members

  1. case class ImplicitInfo(count: Int) extends Product with Serializable
  2. case class ImplicitProfiler(perCallSite: Map[G.Position, ImplicitInfo], perFile: Map[SourceFile, ImplicitInfo], perType: Map[G.Type, ImplicitInfo], inTotal: ImplicitInfo) extends Product with Serializable
  3. case class MacroInfo(expandedMacros: Int, expandedNodes: Int, expansionNanos: Long) extends Product with Serializable

    Represents the profiling information about expanded macros.

    Represents the profiling information about expanded macros.

    Note that we could derive the value of expanded macros from the number of instances of MacroInfo if it were not by the fact that a macro can expand in the same position more than once. We want to be able to report/analyse such cases on their own, so we keep it as a paramater of this entity.

  4. case class MacroProfiler(perCallSite: Map[G.Position, MacroInfo], perFile: Map[SourceFile, MacroInfo], inTotal: MacroInfo, repeatedExpansions: Map[G.Tree, Int]) extends Product with Serializable

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final val delayedMacros: scala.tools.nsc.Global.statistics.SubCounter
    Definition Classes
    ProfilingStats
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final val failedMacros: scala.tools.nsc.Global.statistics.SubCounter
    Definition Classes
    ProfilingStats
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def generateGraphData(outputDir: AbsolutePath): List[AbsolutePath]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val global: G
    Definition Classes
    ProfilingImplProfilingStats
  14. def groupPerFile[V](kvs: Map[G.Position, V])(empty: V, aggregate: (V, V) ⇒ V): Map[SourceFile, V]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. lazy val implicitProfiler: ImplicitProfiler
  17. final val implicitSearchesByMacrosCount: scala.tools.nsc.Global.statistics.SubCounter
    Definition Classes
    ProfilingStats
  18. final val implicitSearchesByPos: HashMap[Position, Int]
    Definition Classes
    ProfilingStats
  19. final val implicitSearchesByType: HashMap[G.Type, Int]
    Definition Classes
    ProfilingStats
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val macroProfiler: MacroProfiler
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final val preciseMacroTimer: scala.tools.nsc.Global.statistics.Timer
    Definition Classes
    ProfilingStats
  26. def registerProfilers(): Unit
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toMillis(nanos: Long): Long
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. object ImplicitInfo extends Serializable
  34. object MacroInfo extends Serializable
  35. object ProfilingMacroPlugin extends (G.analyzer)#MacroPlugin

Inherited from ProfilingStats

Inherited from AnyRef

Inherited from Any

Ungrouped