From fe5c49dc366890045d7b0d52adb832f05e8580a8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 1 Aug 2019 18:30:46 +0200 Subject: [PATCH] ;make quickprof: comment [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85c55841e..daf54fe3a 100644 --- a/Makefile +++ b/Makefile @@ -632,7 +632,7 @@ bench: samplejournals bench.sh $(call def-help,bench, benchmark commands in benc # tools/simplifyprof.hs doc/profs/latest.prof quickprof-%: hledgerprof samplejournals \ - $(call def-help,quickprof-"CMD", run some command against a sample journal and display the execution profile ) + $(call def-help,quickprof-"CMD", run some command against a standard sample journal and display the execution profile ) $(STACK) exec --profile -- hledger +RTS $(PROFRTSFLAGS) -RTS $* -f examples/1000x1000x10.journal >/dev/null profiterole hledger.prof @echo