summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-02-25 11:24:12 +0100
committernicolargo <nicolas@nicolargo.com>2022-02-25 11:24:12 +0100
commit5098ac009bcf30ebf5e257510df3322394112d31 (patch)
tree45419c0746e9e358d827fe303125e6bc7611fe8e /Makefile
parentbc47db99248166f0580f4ca7f05f9782a4291ddb (diff)
Add memory leak target in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc6dd21d..1f3dab03 100644
--- a/Makefile
+++ b/Makefile
@@ -76,9 +76,12 @@ 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..."
+ @echo "Malloc test is running, please wait ~30 secondes..."
./venv/bin/python -m glances -C ./conf/glances.conf --trace-malloc --stop-after 15 --quiet
+memory-leak: venv
+ ./venv/bin/python -m glances -C ./conf/glances.conf --memory-leak
+
release-note:
git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s"
@echo "\n"