Changeset 81112 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Oct 4, 2019 9:45:22 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r81107 r81112 319 319 return cCpus; 320 320 321 import multiprocess or;322 return multiprocess or.cpu_count();321 import multiprocessing 322 return multiprocessing.cpu_count(); 323 323 324 324
Note:
See TracChangeset
for help on using the changeset viewer.