Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Protocol.Profiler

Headless Chrome Deno API
Latest
namespace Protocol.Profiler
import { Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { Profiler } = Protocol;

Interfaces

Sent when new profile recording is started using console.profile() call.

Collected counter information.

Coverage data for a source range.

Coverage data for a JavaScript function.

Specifies a number of samples attributed to a certain source position.

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 immediatelly at a certain point in time.

Profile.

Profile node. Holds callsite information, execution statistics and child nodes.

Runtime call counter information.

Coverage data for a JavaScript script.

Type profile data collected during runtime for a JavaScript script.

Describes a type collected during runtime.

Source offset and types for a parameter or return value.