Added profile rule

This commit is contained in:
Bruce Hill 2022-10-26 13:19:38 -04:00
parent 302bfa11e7
commit 6b8f1a09d0

View File

@ -94,4 +94,7 @@ uninstall:
[ "$$confirm" != n ] && rm -rf ~/.config/$(NAME); \
fi
.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua
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
.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua profile