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 ().