Skip to content

Add a baseline profile

Albert Vaca Cintora requested to merge work/baseline-profile into master

This should make the app startup faster, but in practice it doesn't (or not much):

StartupBenchmarks_startupCompilationBaselineProfiles
timeToInitialDisplayMs   min 495.6,   median 540.0,   max 673.0
Traces: Iteration 0 1 2 3 4 5 6 7 8 9
Pixel 4a - 13 Tests 1/2 completed. (0 skipped) (0 failed)

vs

StartupBenchmarks_startupCompilationNone
timeToInitialDisplayMs   min 526.5,   median 569.6,   max 600.3
Traces: Iteration 0 1 2 3 4 5 6 7 8 9
Pixel 4a - 13 Tests 2/2 completed. (0 skipped) (0 failed)

Am I doing something wrong?

Merge request reports