You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
node-report on Windows does currently obtain process or thread CPU times on Windows, the
PrintResourceUsagefunction is unimplemented.Most of the data could be gathered via these API's:
GetProcessTimes- https://msdn.microsoft.com/en-us/library/ms683223(VS.85).aspxGetThreadTimes- 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.)