package metrics-unix

  1. Overview
  2. Docs
Unix backend for the Metrics library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

metrics-0.5.0.tbz
sha256=df356380909d06461bcd097ef6063ca9f3c51365f476a797c03664b53c05715d
sha512=06e0aef8ba7a09a350cbf7219822c01047afcc9cd2870ca153040e1232d2b8560882ae6823e7797f061fa0b34da750d88365c8817cd025715b2e891320d77c19

doc/metrics-unix/Metrics_unix/index.html

Module Metrics_unixSource

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

Sourceval disable_gc_stat : unit -> unit
Sourceval enable_gc_stat : unit -> unit