aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-10-26 13:38:38 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-10-26 13:38:38 -0400
commit9e07e08a4888bbc2d479204f6ef2b7cd42c44085 (patch)
treecee28ac5aa6ee44abf699f32fba73d9c584642a4 /Makefile
parent6b8f1a09d01dbd894988edeb9fb167a3389a4846 (diff)
Microoptimizations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2670f87..ba5fd3a 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,6 @@ uninstall:
fi
profile:
- perf stat -r 20 -e L1-dcache-loads,L1-dcache-load-misses,L1-dcache-stores -e cycles bp -f plain -g bp -p Grammar grammars/bp.bp >/dev/null
+ perf stat -r 100 -e L1-dcache-loads,L1-dcache-load-misses,L1-dcache-stores -e cycles bp -f plain -g bp -p Grammar grammars/bp.bp >/dev/null
.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua profile