From 28f69e0996fafd0f92c0fe245776f96c32d45f0e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 13 Oct 2014 17:23:41 +0300 Subject: [PATCH] doc/misc.txt --- doc/misc.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/misc.txt diff --git a/doc/misc.txt b/doc/misc.txt new file mode 100644 index 0000000..aa51aa7 --- /dev/null +++ b/doc/misc.txt @@ -0,0 +1,5 @@ +The client has masive amounts of stack bloat due to all the Lua bindings; to +avoid seeing all that clumped into one mysterious , use something like +this: + valgrind --tool=callgrind --separate-threads=yes --separate-recs=10 --separate-callers=5 bin/buildat_client -s localhost +