package metrics-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val monitor_gc : ?quick:bool -> float -> unit

monitor_gc f starts a monitoring threads which adds new entries every f seconds. If quick is set (the default) Gc.quick_stats () is called, otherwise it's Gc.stats ().

val disable_gc_stat : unit -> unit
val enable_gc_stat : unit -> unit