Added new profile
This commit is contained in:
parent
9e07e08a48
commit
0e0269def1
5
Makefile
5
Makefile
@ -94,7 +94,10 @@ uninstall:
|
||||
[ "$$confirm" != n ] && rm -rf ~/.config/$(NAME); \
|
||||
fi
|
||||
|
||||
profile:
|
||||
profile_grammar:
|
||||
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
|
||||
|
||||
profile_pattern:
|
||||
perf stat -r 1 -e L1-dcache-loads,L1-dcache-load-misses,L1-dcache-stores -e cycles bp -f plain -p 'id parens' /usr/include/*.h >/dev/null
|
||||
|
||||
.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua profile
|
||||
|
Loading…
Reference in New Issue
Block a user