m (→meassuremtnts) |
(→meassuremtnts) |
||
| Line 58: | Line 58: | ||
** need to set the date, otherwise fennec warns about expired certificates | ** need to set the date, otherwise fennec warns about expired certificates | ||
** right now this extensions seems to require => 4.0b4 and we have "Firefox/4.0b8pre Fennec/4.0b3pre" | ** right now this extensions seems to require => 4.0b4 and we have "Firefox/4.0b8pre Fennec/4.0b3pre" | ||
| + | ** we can work around that: | ||
| + | **# Type about:config into Firefox’s address bar and click the “I’ll be careful, I promise!” button. | ||
| + | **# Right-click on the Firefox window. Select New > Boolean. | ||
| + | **# When asked to enter the preference name, type extensions.checkCompatibility and click OK. | ||
| + | **# Make sure false is selected/highlighted and click OK. The end result should look something like the image below. | ||
I did some 'stop-watch' meassurements for the time being: | I did some 'stop-watch' meassurements for the time being: | ||
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: