1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00
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
..
2022-11-11 16:21:58 +01:00
2014-09-11 09:38:35 +02:00