VirtualBox

Ignore:
Timestamp:
Oct 4, 2019 9:45:22 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133737
Message:

common/utils.py: Added getPresentCpuCount method. [fix] bugref:9501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r81107 r81112  
    319319                return cCpus;
    320320
    321     import multiprocessor;
    322     return multiprocessor.cpu_count();
     321    import multiprocessing
     322    return multiprocessing.cpu_count();
    323323
    324324
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette