Confirmed users
975
edits
No edit summary |
|||
| Line 21: | Line 21: | ||
* Non-start up use cases with Jetpack Benchmark. See [https://github.com/mozilla-mobile/fenix/tree/main/app/src/androidTest/java/org/mozilla/fenix/perf here for existing benchmarks.] | * Non-start up use cases with Jetpack Benchmark. See [https://github.com/mozilla-mobile/fenix/tree/main/app/src/androidTest/java/org/mozilla/fenix/perf here for existing benchmarks.] | ||
=== Measuring start up duration === | === Measuring cold start up duration === | ||
To measure the start up duration, the approach is usually simple: | To measure the cold start up duration, the approach is usually simple: | ||
# 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>). | ||