From 9e07e08a4888bbc2d479204f6ef2b7cd42c44085 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 26 Oct 2022 13:38:38 -0400 Subject: Microoptimizations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3