struct Protocol::Profiler::PositionTickInfo
- Protocol::Profiler::PositionTickInfo
- Struct
- Value
- Object
Overview
Specifies a number of samples attributed to a certain source position.
Included Modules
- JSON::Serializable
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#line : Int::Primitive
Source line number (1-based).
-
#ticks : Int::Primitive
Number of samples attributed to the source line.