/build/unix/run-gprof.sh
http://github.com/zpao/v8monkey · Shell · 13 lines · 8 code · 4 blank · 1 comment · 1 complexity · 788c0b26b1a87a77e4ddac167acff7d9 MD5 · raw file
- #!/bin/sh
- LD_LIBRARY_PATH=.
- export LD_LIBRARY_PATH
- PROG=mozilla-bin
- PLIBS=""
- for l in *.so components/*.so; do
- PLIBS="$PLIBS -incobj $l"
- done
- $ECHO /bin/gprof -L. -Lcomponents -all $PLIBS $PROG $PROG.hiout