Тёмный

Making apps blazing fast with Baseline Profiles 

Android Developers
Подписаться 1,3 млн
Просмотров 20 тыс.
50% 1

Baseline Profiles are a new way to dramatically improve app startup and runtime performance of apps and libraries. In this session, we will share how to create a Baseline Profile and verify its effectiveness. You will also discover how the Android Runtime improves app performance, when a Baseline Profile is provided on various Android platform versions.
Resources:
Baseline Profiles → goo.gle/baseline-profiles
Improve app performance with Baseline Profiles → goo.gle/baseline-profiles-cod...
Performance - MAD Skills playlist → goo.gle/performance
Inspect app performance with Macrobenchmark → goo.gle/benchmarking-codelab
Speakers: Rahul Ravikumar, Tomáš Mlynarič
Watch more:
Watch all the Android Dev Summit sessions → goo.gle/ADS-All
Watch all the Modern Android Development sessions → goo.gle/ADS-MAD
Subscribe to Android Developers → goo.gle/AndroidDevs
#Featured #AndroidDevSummit #Android

Наука

Опубликовано:

 

22 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@k.monish4581
@k.monish4581 10 месяцев назад
I am an android devloper , When adaptive battery in my mobile is enabled means i cant see the performance improvement , time changes and even jit pool performance in Google pixel device and when the adaptive batter is disabled then i can see the time improvements and jit thread pool changes , is this the profiler bug or did i missed anything in the code
@GoDigital685
@GoDigital685 Год назад
My best platform in RU-vid ☺️☺️☺️
@dounaka
@dounaka Год назад
good explanation !
@aleksandrnevyantsev4737
@aleksandrnevyantsev4737 Год назад
Is it possible to store a profile inside a device to pull it from device farm later? Like I want to start a test somewhere in the cloud and download result after it finished
@mlykotom
@mlykotom Год назад
Yes. The profile is actually always saved on the device. You can specify a known folder with additionalTestOutputDir instrumentation argument.
@itguru4all
@itguru4all Год назад
Excellent
@khaqim4148
@khaqim4148 7 месяцев назад
is baseline profiles available from android 7?
@kalidsherefuddin
@kalidsherefuddin Год назад
The great course
@GoDigital685
@GoDigital685 Год назад
Beautiful 😍
@HieuNguyen-um1lw
@HieuNguyen-um1lw Год назад
Perfect 😍
@MakuLabs
@MakuLabs Год назад
Great content!
@karimelbahi1725
@karimelbahi1725 Год назад
Is there availability to create more than one baseline profile? I ask this Q to know how to cover some journeys that are separated!
@mlykotom
@mlykotom Год назад
Currently we support only one file per Gradle module, but we're aware that's not enough! So stay tuned for future updates :) As a workaround for now, you'd need to place all the rules into the one file. Thanks for understanding.
@YashNagayach
@YashNagayach Год назад
@@mlykotom I implemented baseline profile in my app, it is showing some improvement when we run benchmark, but no improvement I can see on play console numbers for cold startup time. Any idea?
@GoDigital685
@GoDigital685 Год назад
Please I really need to fix my GPAY I don't know if there is anything so that it can start function very well and also to start receiving payments
@AndroidDevelopers
@AndroidDevelopers Год назад
Hello! We're sorry to hear about this issue. Please try reaching out to Google Pay customer service by following this link: goo.gle/3YA2AiR
@Arcao
@Arcao Год назад
Is there any way for generating base profile for app which require GMS? I guess AOSP image doesn't have GMS installed. Rooting real device is not valid answer because of voiding varanty.
@mlykotom
@mlykotom Год назад
Try Jetpack Macrobenchmark 1.2.0-alpha06 that allows generating Baseline Profiles on devices running Android 13 (API level 33) without the root access.
@dejalaenvisto
@dejalaenvisto Год назад
Saludos!!!!
@vengateshm2122
@vengateshm2122 Год назад
How many user journeys i can create base profile? For example Dashboard > List > Detail Say if detail screen has few other screen can i base profile that also.
@mlykotom
@mlykotom Год назад
Optimize those journeys you know/think are important for your app. Don't worry if you add those you mentioned. There's no right or wrong answer here though. If you'd cover all of the app, then you basically end up with full AOT, which can be slower, because can take longer to load the files from disk. You can run benchmarks and compare CompilationMode.None() = unoptimized (worst), CompilationMode.Partial() = with Baseline Profiles (best) CompilationMode.Full() = full AOT (should be better than None, but can be worse than Partial in bigger apps) You can run benchmark for app startup with Baseline Profile that covers everything you want and then generate a profile that covers less journeys and see if it has negative effect on startup time. But that's fine tuning, so if you haven't started with it yet, don't worry.
@vengateshm2122
@vengateshm2122 Год назад
@@mlykotom Thanks for the explanation
@niraj81
@niraj81 Год назад
Maybe you can add the initial journey in baseline profile and all the other optimization when the app starts for the first time. I don't know how to achieve this, just started Android development, let me know if you know how to do this.
@vengateshm2122
@vengateshm2122 Год назад
@@niraj81 Follow their codelabs.
@niraj81
@niraj81 Год назад
@@vengateshm2122 following one with the states now, they are the best
@OscarDelgado-dg1ob
@OscarDelgado-dg1ob Год назад
Where does the 40% result came from? I think 116ms / 406ms = 28'57%, isn't it?
@cifricfranjo
@cifricfranjo Год назад
I think thats not enough for understanding all principles of Baseline Profiles
@RahulRawat-rj8ol
@RahulRawat-rj8ol Год назад
I m here
@eboy2118
@eboy2118 Год назад
Wish i can be there on those empty seats
@rohanmanchanda5250
@rohanmanchanda5250 Год назад
For the ones that believe that tests are futile excuses for mere mortals to appear smart? Really, if someone doesn't know/care to learn to write tests, why isn't there just a simple automated tool that does the job for ya? Adding references to every important piece of code in the entire codebase sounds kinda daunting, wouldn't you say?
@hsp3081
@hsp3081 Месяц назад
India English
Далее
Custom layouts and graphics in Compose
20:25
Просмотров 49 тыс.
State holders and state production in the UI Layer
20:53
БАССЕЙНЫ ПО ЦВЕТАМ ЧЕЛЛЕНДЖ !
38:20
What's new in Android Build
20:59
Просмотров 8 тыс.
Behavior Management Strategies
5:05
Просмотров 20 тыс.
Full Guide to Jetpack Compose Effect Handlers
24:56
Просмотров 89 тыс.
Jetpack Compose: Debugging recomposition
7:29
Просмотров 29 тыс.
Top 5 Skills to Learn in 2024@Top 5IVE
4:08
Choose a phone for your mom
0:20
Просмотров 7 млн