109
edits
Joel Reymont (talk | contribs) No edit summary |
Joel Reymont (talk | contribs) |
||
| Line 17: | Line 17: | ||
=== August 24, 2009 === | === August 24, 2009 === | ||
According to my [http://github.com/wagerlabs/firefox-startup/blob/8260ff9534f25eecf8e9e9feb590168815902a67/static-init.d static-init.d] script, the static initialization time can be ignored. | According to my [http://github.com/wagerlabs/firefox-startup/blob/8260ff9534f25eecf8e9e9feb590168815902a67/static-init.d static-init.d] script, the static initialization time can be ignored. I'm recording the library name and then timing the following call to ''ImageLoader::runInitializers'' in dyld. The cumulative time is too small to be of essence, though. | ||
Startup time is measured from the entry to XRE_main to the return of the BrowserStartup JS function. It takes a good bit of time but nothing compared to the time elapsed from the start of Firefox to the call to XRE_main. | |||
<pre> | <pre> | ||
edits