[fenix] No issue: fix typo in Performance.instrumentColdStartup... (https://github.com/mozilla-mobile/fenix/pull/7848)

pull/600/head
Michael Comella 5 years ago committed by Will Hawkins
parent 7d5f8192ef
commit 6d20154f4c

@ -29,7 +29,7 @@ object Performance {
fun instrumentColdStartupToHomescreenTime(activity: HomeActivity) {
// For greater accuracy, we could add an onDrawListener instead of a preDrawListener but:
// - single use onDrawListeners are not built-in and it's non-trivial to write one
// - the difference is timing is minimal (< 7ms on Pixel 2)
// - the difference in timing is minimal (< 7ms on Pixel 2)
// - if we compare against another app using a preDrawListener, it should be comparable
//
// Unfortunately, this is tightly coupled to the root view of HomeActivity's view hierarchy

Loading…
Cancel
Save