nodeTraceEventsMod

class Object
trait Matchable
class Any

Value members

Concrete methods

@inline

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

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

@inline
def getEnabledCategories(): UndefOr[String]

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

Concrete fields

@JSImport("node:trace_events") @native
val ^: Any