puppeteer/new-docs/puppeteer.protocol.profiler.positiontickinfo.md
2020-07-13 14:01:35 +01:00

22 lines
899 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [PositionTickInfo](./puppeteer.protocol.profiler.positiontickinfo.md)
## Protocol.Profiler.PositionTickInfo interface
Specifies a number of samples attributed to a certain source position.
<b>Signature:</b>
```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. |