From: Brian West Date: Wed, 18 Feb 2015 19:03:03 +0000 (-0600) Subject: govg alias X-Git-Tag: v1.4.17~1^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fbea8104be06b79e266ae3b5e6a0fe1f8766b6;p=thirdparty%2Ffreeswitch.git govg alias --- diff --git a/support-d/.bashrc b/support-d/.bashrc index d5694c480e..f392e74dbb 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -83,6 +83,7 @@ alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1 alias emacs='emacs -nw' if [ "${UNAME}" = "Linux" ]; then + alias govg='valgrind --tool=memcheck --log-file-exactly=vg.log --leak-check=full --leak-resolution=high --show-reachable=yes .libs/freeswitch -vg' alias jitteron='tc qdisc add dev eth0 root handle 1: netem delay 40ms 20ms ; tc qdisc add dev eth0 parent 1:1 pfifo limit 1000' alias jitteroff='tc qdisc del dev eth0 root netem' fi