Packages

p

scala.tools.nsc

profile

package profile

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AsyncHelper extends AnyRef
  2. abstract class ExtendedThreadMxBean extends ThreadMXBean
  3. class ExternalToolHook extends AnyRef

    This is an external tool hook, it allows an external tool such as YourKit or JProfiler to instrument a particular phase of the compiler.

    This is an external tool hook, it allows an external tool such as YourKit or JProfiler to instrument a particular phase of the compiler. Profilers have hooks to allow starting and stopping profiling on a given method invocation.

    To use add -Yprofile-external-tool (defaults to typer) or -Yprofile-external-tool:<phase> (for a specific compiler phase) to the compiler flags.

    'before' will be called at the start of the target phase and 'after' at the end, allowing custom profiling to be triggered.

  4. case class GcEventData(pool: String, reportTimeNs: Long, gcStartMillis: Long, gcEndMillis: Long, name: String, action: String, cause: String, threads: Long) extends Product with Serializable
  5. case class ProfileRange(start: ProfileSnap, end: ProfileSnap, phase: Phase, purpose: String, taskCount: Int, thread: Thread) extends Product with Serializable
  6. sealed trait ProfileReporter extends AnyRef
  7. case class ProfileSnap(threadId: Long, threadName: String, snapTimeNanos: Long, idleTimeNanos: Long, cpuTimeNanos: Long, userTimeNanos: Long, allocatedBytes: Long, heapBytes: Long) extends Product with Serializable
  8. sealed trait Profiler extends AnyRef
  9. class StreamProfileReporter extends ProfileReporter

Value Members

  1. object AsyncHelper
  2. object ConsoleProfileReporter extends ProfileReporter
  3. object EventType extends Enumeration
  4. object Profiler

Ungrouped