Last change
on this file since 10798 was
10798,
checked in by charles, 12 years ago
|
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
380 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 -p -g /tmp/transmission-test/what 2>&1 | tee runlog |
---|
6 | #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 |
---|
Note: See
TracBrowser
for help on using the repository browser.