Created
January 15, 2019 16:33
-
-
Save vgk77/2743e785ce97de05efb0494432c45b38 to your computer and use it in GitHub Desktop.
How much CPU count #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import multiprocessing as mp | |
| print(mp.cpu_count()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment