Skip to main content
deleted 14 characters in body
Source Link
Mateen Ulhaq
  • 26.6k
  • 20
  • 115
  • 147

Using the following command to generate graph.png using gprof2dot

$ ./gprof2dot.py --format=callgrind --output=out.dot /tmppath/cachegrindto/callgrind.out.1360843301.16101

$dot$ dot -Tpng out.dot -o graph.png

Using the following command to generate graph.png using gprof2dot

$./gprof2dot.py --format=callgrind --output=out.dot /tmp/cachegrind.out.1360843301.16101

$dot -Tpng out.dot -o graph.png

Using the following command to generate graph.png using gprof2dot

$ ./gprof2dot.py --format=callgrind --output=out.dot /path/to/callgrind.out
$ dot -Tpng out.dot -o graph.png
Source Link
samaitra
  • 764
  • 7
  • 7

Using the following command to generate graph.png using gprof2dot

$./gprof2dot.py --format=callgrind --output=out.dot /tmp/cachegrind.out.1360843301.16101

$dot -Tpng out.dot -o graph.png