android icon indicating copy to clipboard operation
android copied to clipboard

Generate Baseline Profiles for Faster Startup & Runtime Optimization

Open alperozturk96 opened this issue 3 months ago • 0 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

We need to have Baseline Profiles in the Android project to improve app startup time, reduce JIT warm-up cost, and deliver more consistent performance across devices. Baseline Profiles allow pre-compilation of critical code paths during installation, resulting in faster cold and warm starts.

Currently, the project does not include Baseline Profiles or may not be generating/updating them consistently during releases.

https://developer.android.com/topic/performance/baselineprofiles/overview

alperozturk96 avatar Nov 24 '25 12:11 alperozturk96