Skip to content

Instantly share code, notes, and snippets.

@d-shimizu
Created May 22, 2019 14:33
Show Gist options
  • Save d-shimizu/171a0264c24392965dd6fe6830a41e49 to your computer and use it in GitHub Desktop.
Save d-shimizu/171a0264c24392965dd6fe6830a41e49 to your computer and use it in GitHub Desktop.
PythonでCPU1コアの使用率を100%にするワンライナー ref: https://qiita.com/d_shimizu/items/51412f339df2239d6f82
$ python -c 'while True: pass'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment