data class PositionTickInfo
Specifies a number of samples attributed to a certain source position.
<init> |
Specifies a number of samples attributed to a certain source position. PositionTickInfo(line: Int, ticks: Int) |
line |
Source line number (1-based). val line: Int |
ticks |
Number of samples attributed to the source line. val ticks: Int |