Packages

t

scala.tools.nsc.profile

ProfilerPluginRun

trait ProfilerPluginRun extends AnyRef

Generated by ProfilerPlugin, the plugin information for a single run of the compiler

Source
ProfilerPlugin.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProfilerPluginRun
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def afterPhase(phase: Phase): Unit

    called afer a phase a phase

  2. abstract def beforePhase(phase: Phase): Unit

    called before a phase

  3. abstract def finished(): Unit

    called when the compile run completes