Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

createTracing

  • Creates and returns a Tracing object for the given set of categories.

    Parameters

    Returns Tracing

getEnabledCategories

  • getEnabledCategories(): string | undefined
  • Returns a comma-separated list of all currently-enabled trace event categories. The current set of enabled trace event categories is determined by the union of all currently-enabled Tracing objects and any categories enabled using the --trace-event-categories flag.

    Returns string | undefined

Generated using TypeDoc