Profiler

dotty.tools.dotc.profile.Profiler
See theProfiler companion object
sealed trait Profiler

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def finished(): Unit

Concrete methods

inline def onCompletion[T](root: Symbol, associatedFile: => AbstractFile)(inline body: T): T
inline def onImplicitSearch[T](pt: Type)(inline body: T): T
inline def onMacroSplice[T](macroSym: Symbol)(inline body: T): T
inline def onPhase[T](phase: Phase)(inline body: T): T
inline def onTypedDef[T](sym: Symbol)(inline body: T): T
inline def onUnit[T](phase: Phase, unit: CompilationUnit)(inline body: T): T