Module InferModules.BackendStats
val initial : t
val incr_summary_file_try_load : unit -> unit
a query to the filesystem attempting to load a summary file
val incr_summary_cache_hits : unit -> unit
val incr_summary_cache_misses : unit -> unit
val incr_summary_has_model_queries : unit -> unit
someone asked if a proc name has a biabduction model
val incr_ondemand_procs_analyzed : unit -> unit
val incr_ondemand_local_cache_hits : unit -> unit
val incr_ondemand_local_cache_misses : unit -> unit
val reset : unit -> unit
reset all stats
val get : unit -> t
get the stats so far
val pp : Stdlib.Format.formatter -> t -> unit
val merge : t -> t -> t
return a new value that adds up the stats in both arguments
val log_to_scuba : t -> unit
Log aggregated backend stats to Scuba. Use after the stats have been fully calculated