Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a private get_num_cpus() function #35

Closed
giampaolo opened this issue May 23, 2014 · 5 comments
Closed

Implement a private get_num_cpus() function #35

giampaolo opened this issue May 23, 2014 · 5 comments
Labels

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on March 09, 2009 18:48:52

Knowing the number of processors is needed for a reliable get_cpu_percent()
implementation (see Issue #34 ) on systems with multiple CPU cores.

Such method should not be included in the public API but only used
internally in get_cpu_percent().

Original issue: http://code.google.com/p/psutil/issues/detail?id=35

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 09, 2009 10:51:06

Implemented for FreeBSD as r238 , for OS X as r239 and for Windows as r241 .
Linux implementation is still needed.

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 09, 2009 11:42:16

Status: Started

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 09, 2009 18:52:48

Implemented for Linux as r244 .

Status: Verified

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 17, 2009 08:31:20

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:47:01

Updated csets after the SVN -> Mercurial migration: r238 == revision 1e121fde0c0e r244 == revision c953f93e5e64

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

No branches or pull requests

1 participant