Module Memo.Stats

type t = {
  1. stats : Stats.t;
  2. time_hash : float;
    (*

    Time in hashing consumed in the original execution

    *)
  3. cache_hit : bool;
    (*

    Whether we had a cache hit

    *)
}
val zero : t