File: run.cachegrind

package info (click to toggle)
gemrb 0.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 20,168 kB
  • sloc: cpp: 127,105; python: 30,385; ansic: 2,526; objc: 733; sh: 315; java: 105; perl: 98; xml: 69; makefile: 5
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