class Syntaks::EBNF::ProfilingContext::Stats

Defined in:

syntaks/ebnf/contexts.cr

Instance Method Summary

Instance Method Detail

def children_time : Float64 #

[View source]
def children_time=(children_time : Float64) #

[View source]
def fail_count : Int32 #

[View source]
def fail_count=(fail_count : Int32) #

[View source]
def invocation_count : Int32 #

[View source]
def invocation_count=(invocation_count : Int32) #

[View source]
def self_time #

[View source]
def success_count : Int32 #

[View source]
def success_count=(success_count : Int32) #

[View source]
def total_time : Float64 #

[View source]
def total_time=(total_time : Float64) #

[View source]