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. Protected

Instance Constructors

  1. new StreamProfileReporter(out: PrintWriter)

Value Members

  1. def close(profiler: RealProfiler): Unit
    Definition Classes
    StreamProfileReporterProfileReporter
    Annotations
    @nowarn()
  2. def header(profiler: RealProfiler): Unit
    Definition Classes
    StreamProfileReporterProfileReporter
    Annotations
    @nowarn()
  3. def reportBackground(profiler: RealProfiler, threadRange: ProfileRange): Unit
    Definition Classes
    StreamProfileReporterProfileReporter
    Annotations
    @nowarn()
  4. def reportForeground(profiler: RealProfiler, threadRange: ProfileRange): Unit
    Definition Classes
    StreamProfileReporterProfileReporter
    Annotations
    @nowarn()
  5. def reportGc(data: GcEventData): Unit