node icon indicating copy to clipboard operation
node copied to clipboard

src,lib: add performance.uvMetricsInfo

Open RafaelGSS opened this issue 1 year ago • 5 comments

This commit exposes a new API to the perf_hooks.performance module. This wraps uv_metrics_info into performance.uvMetricsInfo() function.

cc: @trevnorris

RafaelGSS avatar Aug 16 '24 20:08 RafaelGSS

CI: https://ci.nodejs.org/job/node-test-pull-request/61185/

nodejs-github-bot avatar Aug 17 '24 13:08 nodejs-github-bot

Codecov Report

Attention: Patch coverage is 96.42857% with 1 line in your changes missing coverage. Please review.

Project coverage is 87.31%. Comparing base (123693c) to head (0e9cf0e). Report is 155 commits behind head on main.

Files with missing lines Patch % Lines
src/node_perf.cc 95.00% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #54413      +/-   ##
==========================================
+ Coverage   87.10%   87.31%   +0.21%     
==========================================
  Files         648      649       +1     
  Lines      182215   182783     +568     
  Branches    34955    35046      +91     
==========================================
+ Hits       158712   159606     +894     
+ Misses      16789    16465     -324     
+ Partials     6714     6712       -2     
Files with missing lines Coverage Δ
lib/internal/perf/nodetiming.js 94.64% <100.00%> (+0.26%) :arrow_up:
src/node_perf.cc 86.83% <95.00%> (+0.73%) :arrow_up:

... and 117 files with indirect coverage changes

codecov[bot] avatar Aug 17 '24 15:08 codecov[bot]

CI: https://ci.nodejs.org/job/node-test-pull-request/61295/

nodejs-github-bot avatar Aug 20 '24 18:08 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/61330/

nodejs-github-bot avatar Aug 21 '24 19:08 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/61514/

nodejs-github-bot avatar Aug 26 '24 21:08 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/61663/

nodejs-github-bot avatar Aug 29 '24 15:08 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/61670/

nodejs-github-bot avatar Aug 29 '24 19:08 nodejs-github-bot

Landed in 9a275e15c3dab7eb5673fac81eabac77fdd58d28

nodejs-github-bot avatar Aug 30 '24 14:08 nodejs-github-bot