libuv/include
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
..
uv win,pipe: fixes in uv_pipe_connect() 2022-11-11 10:44:34 +01:00
uv.h src: add new metrics APIs (#3749) 2022-11-11 16:21:58 +01:00