struct Bindgen::Statistics::Timing
- Bindgen::Statistics::Timing
- Struct
- Value
- Object
Overview
Stores timing data of a measured stage.
Defined in:
bindgen/statistics.crConstructors
Instance Method Summary
-
#child : Statistics | Nil
If the executed block returned a
Statistics
, it'll be recorded here. -
#duration : Time::Span
The duration of this statistic
-
#heap_size_change : Int64
Heap size change, in bytes.
Constructor Detail
def self.new(duration : Time::Span, heap_size_change : Int64, child : Nil | Bindgen::Statistics = nil)
#