12345678910111213141516171819202122232425262728(************************************************************************)(* Coq Language Server Protocol -- Requests *)(* Copyright 2019 MINES ParisTech -- Dual License LGPL 2.1 / GPL3+ *)(* Copyright 2019-2023 Inria -- Dual License LGPL 2.1 / GPL3+ *)(* Written by: Emilio J. Gallego Arias *)(************************************************************************)moduleInfo=structtypet={time:float(** Original Execution Time (when not cached) *);memory:float(** Difference in words allocated in the heap using `Gc.quick_stat` *);cache_hit:bool(** was the sentence cached? *);time_hash:float(** Memo timing overhead *)}endmoduleSentence=structtypet={range:Lang.Range.t;info:Info.t}endtypet={summary:string;timings:Sentence.tlist}