Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

PrintResourceUsage is unimplemented on Windows #99

Closed
hhellyer opened this issue Sep 27, 2017 · 1 comment
Closed

PrintResourceUsage is unimplemented on Windows #99

hhellyer opened this issue Sep 27, 2017 · 1 comment

Comments

@hhellyer
Copy link
Contributor

node-report on Windows does currently obtain process or thread CPU times on Windows, the PrintResourceUsage function is unimplemented.

Most of the data could be gathered via these API's:
GetProcessTimes - https://msdn.microsoft.com/en-us/library/ms683223(VS.85).aspx
GetThreadTimes - https://msdn.microsoft.com/en-us/library/ms683237(VS.85).aspx

(I can't work on this myself as I don't have a Windows box. I'm not sure how high a priority Windows support for this data is.)

@richardlau
Copy link
Member

We can port nodejs/node#26406 across.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants