标签: python profiler cprofile
如何通过命令python -m foo.bar运行python模块?
python -m foo.bar
似乎python -m foo.bar -m cProfile -o test.out非常奇怪,并且在这里不起作用。
python -m foo.bar -m cProfile -o test.out