Extremely Popular
Go to Latest
interface puppeteer.Profiler.PositionTickInfo
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { PositionTickInfo } = puppeteer.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.