(→meassuremtnts) |
m (→to check in builds) |
||
| (One intermediate revision not shown) | |||
| Line 38: | Line 38: | ||
** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need >= 1.4.X, upstream has: 1.5.2 - Mar 31 2011) | ** our system [https://bugs.meego.com/show_bug.cgi?id=15295 libpng is too old] (we have: 1.2.44 - Jun 26 2010, we need >= 1.4.X, upstream has: 1.5.2 - Mar 31 2011) | ||
** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: >= 3.7.4, upstream has: 3.7.5) | ** our system [https://bugs.meego.com/show_bug.cgi?id=15297 sqlite is too old] (we have: 3.7.2, we need: >= 3.7.4, upstream has: 3.7.5) | ||
| - | ** our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no "tee" support] (cairo need to be build with "--enable-tee") | + | ** <s>our system [https://bugs.meego.com/show_bug.cgi?id=15298 cairo has no "tee" support] (cairo need to be build with "--enable-tee")</s> |
ac_add_options --with-system-jpeg | ac_add_options --with-system-jpeg | ||
ac_add_options --with-system-png | ac_add_options --with-system-png | ||
| Line 54: | Line 54: | ||
ac_add_options --disable-printing | ac_add_options --disable-printing | ||
| - | == | + | == measurements == |
* test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device. | * test the [https://addons.mozilla.org/de/firefox/addon/about-startup/ AboutStartup] ([http://glandium.org/blog/?p=1575 developer page]) extension on the device. | ||
** need to set the date, otherwise fennec warns about expired certificates | ** need to set the date, otherwise fennec warns about expired certificates | ||
Contents |
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin ./run-mozilla.sh ./fennec
NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:5,timestamp" ./run-mozilla.sh >/dev/null 2>&1 ./fennec
NSPR_LOG_FILE="mozdebug.log" NSPR_LOG_MODULES="all:3,timestamp,sync" ./run-mozilla.sh ./fennec sort mozdebug.log >mozdebug.log2 moz-plot-timeline.py mozdebug.log2 -o mozdebug.png
ac_add_options --enable-debug="-g3" ac_add_options --disable-optimize ac_add_options --enable-logging ac_add_options --disable-elf-dynstr-gc
ac_add_options --enable-mobile-optimize ac_add_options --enable-optimize="-O2" ac_add_options --enable-faststart
ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman
ac_add_options --disable-installer ac_add_options --disable-crashreporter ac_add_options --disable-javaxpcom ac_add_options --disable-printing
I did some 'stop-watch' meassurements for the time being: