Backend.GCStatsmodule L = IBase.Loggingtype since = | ProgramStartget GC stats from the beginning of the program
*)| PreviousStats of tget GC stats relative to another point in time where GC stats were obtained with get ~since:ProgramStart
val log : name:string -> L.debug_kind -> t -> unitlog to infer's log file and to stats
val log_aggregate : prefix:string -> L.debug_kind -> t list -> unitlog aggregate to infer's log file and to stats
val log_f : name:string -> L.debug_kind -> (unit -> 'a) -> 'alog GC stats for the duration of the function passed as argument to infer's log file and to stats