mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
6 lines
380 B
Bash
Executable file
6 lines
380 B
Bash
Executable file
#/bin/sh
|
|
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
|