Skip to main content

Module events

Module events 

Source

Structs§

ConsoleProfileFinished
ConsoleProfileFinishedParams
ConsoleProfileStarted
Sent when new profile recording is started using console.profile() call. consoleProfileStarted
ConsoleProfileStartedParams
Sent when new profile recording is started using console.profile() call. consoleProfileStarted
PreciseCoverageDeltaUpdate
Reports coverage delta since the last poll (either from an event like this, or from takePreciseCoverage for the current isolate. May only be sent if precise code coverage has been started. This event can be trigged by the embedder to, for example, trigger collection of coverage data immediately at a certain point in time. preciseCoverageDeltaUpdate
PreciseCoverageDeltaUpdateParams
Reports coverage delta since the last poll (either from an event like this, or from takePreciseCoverage for the current isolate. May only be sent if precise code coverage has been started. This event can be trigged by the embedder to, for example, trigger collection of coverage data immediately at a certain point in time. preciseCoverageDeltaUpdate

Enums§

ConsoleProfileFinishedMethod
ConsoleProfileStartedMethod
PreciseCoverageDeltaUpdateMethod
ProfilerEvents