文件名称:Gprof2Dot Convert profiling output to a dot graph.
文件大小:87KB
文件格式:PY
更新时间:2014-07-05 18:30:39
profiling dot Gprof2Dot
Usage: gprof2dot.py [options] [file] ... Options: --version show program's version number and exit -h, --help show this help message and exit -o FILE, --output=FILE output filename [stdout] -n PERCENTAGE, --node-thres=PERCENTAGE eliminate nodes below this threshold [default: 0.5] -e PERCENTAGE, --edge-thres=PERCENTAGE eliminate edges below this threshold [default: 0.1] -f FORMAT, --format=FORMAT profile format: prof, callgrind, oprofile, hprof, sysprof, shark, sleepy, aqtime, pstats, or xperf [default: prof] -c THEME, --colormap=THEME color map: color, pink, gray, or bw [default: color] -s, --strip strip function parameters, template parameters, and const modifiers from demangled C++ function names -w, --wrap wrap function names --skew=THEME_SKEW skew the colorization curve. Values < 1.0 give more variety to lower percentages. Value > 1.0 give less variety to lower percentages