Last change
on this file was
13891,
checked in by jordan, 9 years ago
|
synchronize the Qt and GTK+ client's statusbars, including the new freespace indicator. Make the up/down speed ordering consistent between statusbar and torrent list.
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
416 bytes
|
Line | |
---|
1 | #/bin/sh |
---|
2 | export G_SLICE=always-malloc |
---|
3 | export G_DEBUG=gc-friendly |
---|
4 | export GLIBCXX_FORCE_NEW=1 |
---|
5 | #valgrind --tool=cachegrind ./transmission-gtk 2>&1 | tee runlog |
---|
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 runlog |
---|
Note: See
TracBrowser
for help on using the repository browser.