Skip to content

report: support RUSAGE_SELF stats on Windows - #26406

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:rusage
Mar 5, 2019
Merged

report: support RUSAGE_SELF stats on Windows#26406
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:rusage

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Mar 2, 2019
@addaleaxaddaleax added the report Issues and PRs related to process.report. label Mar 2, 2019
@cjihrig

Copy link
Copy Markdown
ContributorAuthor

This commit adds support for the resourceUsage report section
on Windows by using uv_getrusage() instead of getrusage().
PR-URL: nodejs#26406
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@cjihrig
cjihrig merged commit 84ebaaa into nodejs:masterMar 5, 2019
@cjihrig
cjihrig deleted the rusage branch March 5, 2019 02:15
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 12, 2019
This commit adds support for the resourceUsage report section
on Windows by using uv_getrusage() instead of getrusage().
PR-URL: nodejs#26406
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.reportIssues and PRs related to process.report.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@nodejs-github-bot@jasnell@addaleax@richardlau