Profiler Domain
Functions
(undocumented in the protocol definition)
Sent when new profile recording is started using console.profile() call.
(undocumented in the protocol definition)
(undocumented in the protocol definition)
Subscribes to all events related to this domain.
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
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.
Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
(undocumented in the protocol definition)
Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
(undocumented in the protocol definition)
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.