PositionTickInfo

@Serializable
data class PositionTickInfo(val line: Int, val ticks: Int)

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

Constructors

Link copied to clipboard
constructor(line: Int, ticks: Int)

Properties

Link copied to clipboard
val line: Int

Source line number (1-based).

Link copied to clipboard
val ticks: Int

Number of samples attributed to the source line.