Bug 440351, update win32_buildPlatform for move from pacifica-vm to patrocles clones
[mozilla-1.9.git] / build / unix / run-gprof.sh
blobae7c49d39d638e8b5fb175f7bffe98a3a60315c5
1 #!/bin/sh
3 LD_LIBRARY_PATH=.
4 export LD_LIBRARY_PATH
6 PROG=mozilla-bin
7 PLIBS=""
9 for l in *.so components/*.so; do
10 PLIBS="$PLIBS -incobj $l"
11 done
13 $ECHO /bin/gprof -L. -Lcomponents -all $PLIBS $PROG $PROG.hiout