struct

Memo::Search::Timings

Inherits Struct < Value < Object

Per-stage timing breakdown for search operations

Constructors

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)
Source

Instance methods

cache_hit
Source
embed_ms
Source
fetch_ms
Source
search_ms
Source
total_ms
Source