struct Syntaks::EBNF::ProfilingContext::RuleInvocation

Defined in:

syntaks/ebnf/contexts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rule_id : UInt64, started_at : Time, children_time : Float64 = 0.0) #

[View source]

Instance Method Detail

def children_time : Float64 #

def clone #

[View source]
def copy_with(rule_id _rule_id = @rule_id, started_at _started_at = @started_at, children_time _children_time = @children_time) #

[View source]
def rule_id : UInt64 #

def started_at : Time #