Skip to content

Instantly share code, notes, and snippets.

@luoheng23
Created August 1, 2019 11:51
Show Gist options
  • Save luoheng23/f2a2d5f221c9680a563293c7514edb0e to your computer and use it in GitHub Desktop.
Save luoheng23/f2a2d5f221c9680a563293c7514edb0e to your computer and use it in GitHub Desktop.
使用python自带的cProfile,分析各个函数的调用和性能情况
python -m cProfile target.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment