Packages

c

scala.tools.nsc.profile

StreamProfileReporter

class StreamProfileReporter extends ProfileReporter

Source
Profiler.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamProfileReporter
  2. ProfileReporter
  3. AnyRef
  4. 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

Instance Constructors

  1. new StreamProfileReporter(out: PrintWriter)

Value Members

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