apt-get install python3 graphviz pip install gprof2dot python -m cProfile -o output.pstats path/to/your/script arg1 arg2 gprof2dot.py -f pstats ...
確定! 回上一頁