22 lines
899 B
Markdown
22 lines
899 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<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. |
|
|
|