Skip to content

report: support RUSAGE_SELF stats on Windows

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/rusage into master

This commit adds support for the resourceUsage report section on Windows by using uv_getrusage() instead of getrusage().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading