Added counter script.
This commit is contained in:
parent
ac7e0a144b
commit
128189bb54
7
src/count_trampolines.sh
Executable file
7
src/count_trampolines.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
make clean ; make 2>&1 |grep "warning: trampoline" > trampolines.out
|
||||
cat trampolines.out
|
||||
echo
|
||||
wc -l trampolines.out
|
||||
|
Loading…
Reference in New Issue
Block a user