The gprof2dot.py script can be used to turn profiler data into a dot graph: $ gprof2dot.py -f pstats myapp.stats | dot -Tpng -o output.png The gprof2dot.py ...
確定! 回上一頁