mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
3 lines
234 B
Bash
Executable file
3 lines
234 B
Bash
Executable file
#/bin/sh
|
|
valgrind --tool=cachegrind ./transmission-qt 2>&1 | tee runlog
|
|
#valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=48 --log-file=x-valgrind --show-reachable=no ./transmission-qt 2>&1 | tee runlog
|