Profiler.PositionTickInfo - Node documentation
interface Profiler.PositionTickInfo

Usage in Deno

import { type Profiler } from "node:inspector";
type { PositionTickInfo } = Profiler;

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

Properties

line: number

Source line number (1-based).

ticks: number

Number of samples attributed to the source line.