Memo.Stats
type t = {
stats : Stats.t;
time_hash : float;
Time in hashing consumed in the original execution
cache_hit : bool;
Whether we had a cache hit
}
val zero : t