struct Protocol::Profiler::PositionTickInfo

Overview

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

Included Modules

Defined in:

protocol/profiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def line : Int::Primitive #

Source line number (1-based).


[View source]
def ticks : Int::Primitive #

Number of samples attributed to the source line.


[View source]