Packages

o

scala.tools.nsc.profile

ConsoleProfileReporter

object ConsoleProfileReporter extends ProfileReporter

Source
Profiler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleProfileReporter
  2. ProfileReporter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def close(profiler: RealProfiler): Unit
  2. def header(profiler: RealProfiler): Unit
  3. def report(profiler: RealProfiler, phase: Phase, eventType: EventType.Value, id: Int, desc: String, diff: ProfileCounters): Unit
  4. def reportGc(data: GcEventData): Unit