Confirmed users
975
edits
(→Testing Start Up code: Remove session restore – it's currently broken) |
(→Testing Start Up code: Use test name directly in chocice of start up path) |
||
| Line 7: | Line 7: | ||
# From [https://github.com/mozilla-mobile/perf-tools the <code>mozilla-mobile/perf-tools</code> repository], use <code>measure_start_up.py</code>.<br>The arguments for start-up should include your target (<code>Fenix</code> or <code>Focus</code>). | # From [https://github.com/mozilla-mobile/perf-tools the <code>mozilla-mobile/perf-tools</code> repository], use <code>measure_start_up.py</code>.<br>The arguments for start-up should include your target (<code>Fenix</code> or <code>Focus</code>). | ||
# Determine the start-up path that your code affects this could be: | # Determine the start-up path that your code affects this could be: | ||
## <code> | ## <code>cold_main_first_frame</code>: This is the first frame drawn by the application. This path is taken by all "type" of start-ups | ||
## <code> | ## <code>cold_view_nav_start</code>: This path is taken when the browser is opened through an outside link (i.e: a link opened through Ggmail) | ||
#After determining the path your changes affect, these are the steps that you should follow: | #After determining the path your changes affect, these are the steps that you should follow: | ||