Profiling
From Gnash Project Wiki
- GC profiling
- The ninja case
- The PlanarityBig case
How to profile using gprof
- configure with CXXFLAGS="-pg -g" and --disable-shared
- play your movie, cleanly exit
- run libtool --mode=execute gprof gui/gtk-gnash > profile

