899 B
899 B
Home > puppeteer > Protocol > Profiler > PositionTickInfo
Protocol.Profiler.PositionTickInfo interface
Specifies a number of samples attributed to a certain source position.
Signature:
export interface PositionTickInfo
Properties
Property | Type | Description |
---|---|---|
line | integer | Source line number (1-based). |
ticks | integer | Number of samples attributed to the source line. |