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 +