summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-02-20 09:38:53 +0100
committernicolargo <nicolas@nicolargo.com>2022-02-20 09:38:53 +0100
commit74a2e6bbe8ac8e8d1af250c08ae526fd27e6c495 (patch)
treefc690f77a9a6a9c66cacd41bbcf205c8591a6ea7 /Makefile
parentf7971620eeeac5c8fa2a2dce65e1475f8e58a2d1 (diff)
Add a trace malloc test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index deb9ca33..cc6dd21d 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,10 @@ show-issue: venv
profiling: venv venv-dev
@echo "Please complete and run: sudo ./venv/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid <GLANCES PID>"
+trace-malloc: venv
+ @echo "Test is running, please wait ~ 30 secondes..."
+ ./venv/bin/python -m glances -C ./conf/glances.conf --trace-malloc --stop-after 15 --quiet
+
release-note:
git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s"
@echo "\n"