Open Bug 1892602 Opened 5 months ago Updated 4 months ago

Profiling for startup on android misses a small chunk of startup.

Categories

(Core :: Gecko Profiler, enhancement, P2)

enhancement

Tracking

()

People

(Reporter: mleclair, Unassigned)

References

Details

(Whiteboard: [fxp])

Currently, to profile android startup using the gecko profiler, you have to push a yaml config file (which can be done using a quick python file for simplicity).

If you look at [this profile taken on a s21[(https://share.firefox.dev/3xHG2no), it starts at org.mozilla.fenix.components.Core.getStore (which is called in Application.onCreate)

However if you look at this profile taken with simpleperf the FenixApplication.OnCreate shows that we call nimbus beforehand.

I don't remember if we've ever tried it, but it would be interesting to see if we can load it earlier.

Severity: -- → N/A
Priority: -- → P2
Whiteboard: [fxp]
You need to log in before you can comment on or make changes to this bug.