package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. time : float;
    (*

    Original Execution Time (when not cached)

    *)
  2. memory : float;
    (*

    Difference in words allocated in the heap using `Gc.quick_stat`

    *)
  3. cache_hit : bool;
    (*

    was the sentence cached?

    *)
  4. time_hash : float;
    (*

    Memo timing overhead

    *)
}
OCaml

Innovation. Community. Security.