1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
transmission/qt/my-valgrind.sh

5 lines
310 B
Bash
Raw Normal View History

2009-04-09 18:55:47 +00:00
#/bin/sh
#valgrind --tool=cachegrind ./transmission-qt 2>&1 | tee runlog
2013-09-14 22:45:04 +00:00
#valgrind --tool=massif --threshold=0.2 ./transmission-qt 2>&1 | tee runlog
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=16 --log-file=x-valgrind --show-reachable=no ./transmission-qt 2>&1 | tee runlog