Confirmed users
125
edits
(→Data) |
(Update based on findings) |
||
Line 89: | Line 89: | ||
* B2G starts after roughly 8s of mysterious "stuff", impenetrable to bootchart | * B2G starts after roughly 8s of mysterious "stuff", impenetrable to bootchart | ||
* Based on kmsg, it is likely that time between 5s and 8s is init script execution up until <code>|class_start main|</code> in the init.rc (which launches B2G service) | * Based on kmsg, it is likely that time between 5s and 8s is init script execution up until <code>|class_start main|</code> in the init.rc (which launches B2G service) | ||
* Vertical | * Vertical is shown as coming up around 16s, however it is actually just the preallocated process at this point, which later becomes vertical (around 22s-23s). | ||
* As well it seems we are only at the init entry point around 4 seconds in anyway (based on inserted kernel log output) | * As well it seems we are only at the init entry point around 4 seconds in anyway (based on inserted kernel log output) | ||
Line 101: | Line 99: | ||
** 7-8s = B2G | ** 7-8s = B2G | ||
** ~14s = (Nuwa) | ** ~14s = (Nuwa) | ||
** ~16s = | ** ~16s = Preallocated | ||
** ~22s = Homescreen app? | |||
** ~25s = UI presented to user | ** ~25s = UI presented to user | ||
</code> | </code> | ||
Line 108: | Line 107: | ||
Of course, there is more concrete data, but that is the general trend of things. | Of course, there is more concrete data, but that is the general trend of things. | ||
[http://people.mozilla.org/~jbailey/v121-2-premainb2g/ Experiment #1] | [http://people.mozilla.org/~jbailey/v121-2-premainb2g/ Experiment #1] |