package Profiler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ConsoleProfileFinishedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  2. trait ConsoleProfileStartedEventDataType extends Object with StObject
    Annotations
    @JSType() @native()
  3. trait CoverageRange extends Object with StObject

    Coverage data for a source range.

    Coverage data for a source range.

    Annotations
    @JSType() @native()
  4. trait FunctionCoverage extends Object with StObject

    Coverage data for a JavaScript function.

    Coverage data for a JavaScript function.

    Annotations
    @JSType() @native()
  5. trait GetBestEffortCoverageReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait PositionTickInfo extends Object with StObject

    Specifies a number of samples attributed to a certain source position.

    Specifies a number of samples attributed to a certain source position.

    Annotations
    @JSType() @native()
  7. trait Profile extends Object with StObject

    Profile.

    Profile.

    Annotations
    @JSType() @native()
  8. trait ProfileNode extends Object with StObject

    Profile node.

    Profile node. Holds callsite information, execution statistics and child nodes.

    Annotations
    @JSType() @native()
  9. trait ScriptCoverage extends Object with StObject

    Coverage data for a JavaScript script.

    Coverage data for a JavaScript script.

    Annotations
    @JSType() @native()
  10. trait ScriptTypeProfile extends Object with StObject

    Type profile data collected during runtime for a JavaScript script.

    Type profile data collected during runtime for a JavaScript script.

    Annotations
    @JSType() @native()
  11. trait SetSamplingIntervalParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  12. trait StartPreciseCoverageParameterType extends Object with StObject
    Annotations
    @JSType() @native()
  13. trait StopReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  14. trait TakePreciseCoverageReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  15. trait TakeTypeProfileReturnType extends Object with StObject
    Annotations
    @JSType() @native()
  16. trait TypeObject extends Object with StObject

    Describes a type collected during runtime.

    Describes a type collected during runtime.

    Annotations
    @JSType() @native()
  17. trait TypeProfileEntry extends Object with StObject

    Source offset and types for a parameter or return value.

    Source offset and types for a parameter or return value.

    Annotations
    @JSType() @native()

Ungrouped