File: run.cachegrind

package info (click to toggle)
gemrb 0.9.4%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 21,960 kB
  • sloc: cpp: 140,145; python: 30,926; ansic: 4,405; objc: 731; sh: 311; java: 105; xml: 69; makefile: 7
file content (5 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# meant to be run from the build dir
# can be passed a different gemrb.cfg as parameter1
# saves the log to the current dir as valgrind.log
valgrind --tool=callgrind -v \
  gemrb/gemrb -c ${1:-gemrb.cfg} &> valgrind.log