Packages

p

io.scalajs.nodejs

perf_hooks

package perf_hooks

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Constants extends Object
    Annotations
    @JSType() @native()
  2. trait EventLoopUtilizationResult extends Object
    Annotations
    @JSType()
  3. trait Histogram extends Object
    Annotations
    @JSType() @native()
  4. trait MonitorEventLoopDelayOptions extends Object
    Annotations
    @JSType()
  5. trait ObserveOptions extends Object
    Annotations
    @JSType()
  6. trait PerfHooks extends Object
    Annotations
    @JSType() @native()
  7. class Performance extends Object
    Annotations
    @JSType() @native() @JSImport("perf_hooks", "Performance")
  8. trait PerformanceEntry extends Object
    Annotations
    @JSType()
  9. trait PerformanceNodeTiming extends Object with PerformanceEntry
    Annotations
    @JSType()
  10. class PerformanceObserver extends Object
    Annotations
    @JSType() @native() @JSImport("perf_hooks", "PerformanceObserver")
  11. trait PerformanceObserverEntryList extends Object
    Annotations
    @JSType() @native()
  12. trait PerformanceResultJson extends Object
    Annotations
    @JSType() @native()

Value Members

  1. object Constants extends Object with Constants
    Annotations
    @native() @JSImport("perf_hooks", "constants")
  2. object EventLoopUtilizationResult
  3. object MonitorEventLoopDelayOptions
  4. object ObserveOptions
  5. object PerfHooks extends Object with PerfHooks
    Annotations
    @native() @JSImport("perf_hooks", JSImport.Namespace)
  6. object Performance extends Performance
    Annotations
    @native() @JSImport("perf_hooks", "performance")
  7. object PerformanceEntry
  8. object PerformanceNodeTiming

Ungrouped