From 8a81611d1619dd711280935ed12db5dc76f453d4 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 19 Sep 2010 22:21:36 +0000 Subject: [PATCH] tweak the valgrind script --- gtk/my-valgrind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/my-valgrind.sh b/gtk/my-valgrind.sh index f7ae0fece..474fea830 100755 --- a/gtk/my-valgrind.sh +++ b/gtk/my-valgrind.sh @@ -2,5 +2,5 @@ export G_SLICE=always-malloc export G_DEBUG=gc-friendly export GLIBCXX_FORCE_NEW=1 -valgrind --tool=cachegrind ./transmission -p -g /tmp/transmission-test/what 2>&1 | tee runlog -#valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=yes ./transmission -p -g /tmp/transmission-test/what 2>&1 | tee runlog +#valgrind --tool=cachegrind ./transmission -p -g /tmp/transmission-test/what 2>&1 | tee runlog +valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=yes ./transmission-gtk -p 2>&1 | tee runlog -- 2.40.0