|
@@ -3,12 +3,13 @@
|
|
# valgrind -v --log-file=grind.log build/space-ace -l -u grinder
|
|
# valgrind -v --log-file=grind.log build/space-ace -l -u grinder
|
|
|
|
|
|
# start in background
|
|
# start in background
|
|
-valgrind -v --leak-check=full --show-leak-kinds=all --log-file=grind.log build/twproxy grind.yaml &
|
|
|
|
|
|
+# valgrind -v --leak-check=full --show-leak-kinds=all --log-file=grind.log build/twproxy grind.yaml &
|
|
|
|
|
|
-PID=$!
|
|
|
|
-echo "valgrind is pid $PID"
|
|
|
|
-ps --ppid $PID
|
|
|
|
|
|
+# valslow:
|
|
|
|
+# valgrind -v --leak-check=full --track-origins=yes --leak-resolution=high --read-var-info=yes --read-inline-info=yes --show-leak-kinds=all --log-file=grind.log build/twproxy grind.yaml &
|
|
|
|
|
|
-wait
|
|
|
|
|
|
+# valgrind -v --leak-check=full --leak-resolution=high --show-leak-kinds=all --log-file=grind.log build/twproxy grind.yaml &
|
|
|
|
+
|
|
|
|
+valgrind -v --leak-check=full --leak-resolution=high --show-leak-kinds=all --log-file=grind.log build/twproxy grind.yaml
|
|
|
|
|
|
tail grind.log
|
|
tail grind.log
|