Changeset 13891 for trunk/gtk/my-valgrind.sh
- Timestamp:
- Jan 27, 2013, 11:05:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/my-valgrind.sh
r13670 r13891 3 3 export G_DEBUG=gc-friendly 4 4 export GLIBCXX_FORCE_NEW=1 5 valgrind --tool=cachegrind ./transmission-gtk 2>&1 | tee runlog5 #valgrind --tool=cachegrind ./transmission-gtk 2>&1 | tee runlog 6 6 #valgrind --tool=cachegrind ./transmission-gtk -p -g /tmp/transmission-test 2>&1 | tee runlog 7 #valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=no ./transmission-gtk -p 2>&1 | tee runlog7 valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=no ./transmission-gtk -p 2>&1 | tee runlog
Note: See TracChangeset
for help on using the changeset viewer.