summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-04-06 10:25:19 +0200
committerJan Holesovsky <kendy@collabora.com>2017-04-06 10:25:19 +0200
commit4538ac9ffbf163540778588995afa001f466f3e6 (patch)
tree1f2a2e4bd8ce0f9ccce61cc01165ffb0c7faf661 /Makefile.am
parentMake the callgrinding possible again. (diff)
downloadonline-4538ac9ffbf163540778588995afa001f466f3e6.tar.gz
online-4538ac9ffbf163540778588995afa001f466f3e6.zip
Fix comment, we run the even the loolforkit under callgrind now.
Change-Id: Ic0357cb65d79af2473575a2248bfc5d86bce28ed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 05ea8a6738..a450624051 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -248,7 +248,7 @@ run-valgrind: all @JAILS_PATH@ @SYSTEMPLATE_PATH@/system_stamp
--o:logging.file[@enable]=false --o:logging.level=trace
run-callgrind: all @JAILS_PATH@ @SYSTEMPLATE_PATH@/system_stamp
- @echo "Launching loolwsd under valgrind (but not forkit/loolkit, yet)"
+ @echo "Launching loolwsd under valgrind's callgrind"
@fc-cache "@LO_PATH@"/share/fonts/truetype
@cp $(abs_top_srcdir)/test/data/hello.odt $(abs_top_srcdir)/test/data/hello-world.odt
valgrind --tool=callgrind --simulate-cache=yes --dump-instr=yes --num-callers=50 --error-limit=no --trace-children=yes \