lundi 16 juillet 2007

script to sum up profiling result not needed.

rtfm gprof
or http://www.cs.utah.edu/dept/old/texinfo/as/gprof.html#SEC4

You can give more than one profile data file by entering all their names after the executable file name; then the statistics in all the data files are summed together.

No, we'll just need to find a representive set of videos.
for f in *.mov
do
mplayer $f
mv gmon.out {$f%.mov}.gmon
done
gprof ~/local/bin/mplayer *.gmon > sumup.prof

Aucun commentaire: