标签: python cprofile
这需要40秒: Python - m cProfile -o outfile.txt myscript.py
这需要150s: Python myscript.py
结果相同
cProfile在这里做了什么魔术?