python性能分析

python -m cProfile -o test1.out worker.pypython

python -c "import pstats; p=pstats.Stats('test1.out'); p.sort_stats('time').print_stats()" > zzzzzztest

相關文章
相關標籤/搜索