Skip to main content
Go to Latest
interface Protocol.Profiler.PositionTickInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.