[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [PositionTickInfo](./puppeteer.protocol.profiler.positiontickinfo.md) ## Protocol.Profiler.PositionTickInfo interface Specifies a number of samples attributed to a certain source position. Signature: ```typescript export interface PositionTickInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [line](./puppeteer.protocol.profiler.positiontickinfo.line.md) | [integer](./puppeteer.protocol.integer.md) | Source line number (1-based). | | [ticks](./puppeteer.protocol.profiler.positiontickinfo.ticks.md) | [integer](./puppeteer.protocol.integer.md) | Number of samples attributed to the source line. |