package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Metrics.

See Metrics operations in libuv.

  • since Luv 0.5.5 (libuv 1.39.0)
val idle_time : Loop.t -> Unsigned.UInt64.t

Retrieves the amount of time the loop has been blocked waiting in the kernel.

Binds uv_metrics_idle_time.

Requires Luv 0.5.5 and libuv 1.39.0.

Feature check: Luv.Require.(has metrics_idle_time)