Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Profiler.PositionTickInfo

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Profiler.PositionTickInfo
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { PositionTickInfo } = Protocol.Profiler;

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

Properties

line: integer

Source line number (1-based).

ticks: integer

Number of samples attributed to the source line.