pl.wendigo.chrome.api.profiler / PositionTickInfo

PositionTickInfo

data class PositionTickInfo (source)

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

Link
Profiler#PositionTickInfo type documentation.

Constructors

<init>

PositionTickInfo(line: Int, ticks: Int)

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

Properties

line

val line: Int

Source line number (1-based).

ticks

val ticks: Int

Number of samples attributed to the source line.