chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / PositionTickInfo

PositionTickInfo

data class PositionTickInfo

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

Constructors

<init>

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

PositionTickInfo(line: Int, ticks: Int)

Properties

line

Source line number (1-based).

val line: Int

ticks

Number of samples attributed to the source line.

val ticks: Int