struct
Memo::Search::Timings
- Memo::Search::Timings
- Struct
- Value
- Object
Overview
Per-stage timing breakdown for search operations
Defined in:
memo/search.crConstructors
Instance Method Summary
Constructor Detail
def self.new(embed_ms : Float64 = 0.0, search_ms : Float64 = 0.0, fetch_ms : Float64 = 0.0, total_ms : Float64 = 0.0, cache_hit : Bool = false)
#