libuv/docs
Trevor Norris e141586053
src: add new metrics APIs (#3749)
The following metrics are now always recorded and available via the new
uv_metrics_info() API.

* loop_count: Number of event loop iterations.
* events: Total number of events processed by the event handler.
* events_waiting: Total number of events waiting in the event queue when
  the event provider request was made.

Benchmarking has shown no noticeable impact recording these metrics.

PR-URL: https://github.com/libuv/libuv/pull/3749
2022-11-11 16:21:58 +01:00
..
code doc: make sample cross-platform build (#3592) 2022-04-11 09:52:28 +08:00
src src: add new metrics APIs (#3749) 2022-11-11 16:21:58 +01:00
make.bat doc: add API documentation 2014-09-11 09:38:35 +02:00
Makefile doc: fix generation the first time livehtml runs 2016-05-26 09:48:28 +02:00
requirements.txt docs: update read-the-docs version of sphinx 2021-05-10 19:29:25 -04:00