2007-06-18 03:40:41 +00:00
|
|
|
#/bin/sh
|
|
|
|
export G_SLICE=always-malloc
|
|
|
|
export G_DEBUG=gc-friendly
|
|
|
|
export GLIBCXX_FORCE_NEW=1
|
2010-10-31 17:16:12 +00:00
|
|
|
#valgrind --tool=cachegrind ./transmission-gtk -p -g /tmp/transmission-test 2>&1 | tee runlog
|
2012-04-16 18:42:26 +00:00
|
|
|
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=no ./transmission-gtk -g /tmp/transmission-test -p 2>&1 | tee runlog
|