Makefile: added a target to run with heaptrack
It will launch the gui at the end if found It's much faster than valgrind+massif Signed-off-by: Hubert Figuière <hub@collabora.com> Change-Id: Ied5a00ab634f78bbb0dd24a48a83ae4293183cd4
This commit is contained in:
parent
eb7d6eaa83
commit
7a9aa6c6c9
1 changed files with 6 additions and 0 deletions
|
@ -549,6 +549,12 @@ run-massif-inproc: setup-wsd
|
|||
valgrind --tool=massif --num-callers=64 --trace-children=no -v \
|
||||
./coolwsd-inproc $(COMMON_PARAMS) \
|
||||
--o:logging.file[@enable]=false --o:logging.level=trace
|
||||
|
||||
run-heaptrack-inproc: setup-wsd
|
||||
@echo "Launching coolwsd under heaptrack for single process"
|
||||
heaptrack \
|
||||
./coolwsd-inproc $(COMMON_PARAMS) \
|
||||
--o:logging.file[@enable]=false --o:logging.level=trace
|
||||
endif
|
||||
|
||||
sync-writer:
|
||||
|
|
Loading…
Reference in a new issue