Making apps blazing fast with Baseline Profiles

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 31

  • @GoDigital685
    @GoDigital685 Год назад +1

    My best platform in RUclips ☺️☺️☺️

  • @karimelbahi1725
    @karimelbahi1725 2 года назад +2

    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 2 года назад +2

      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 Год назад +1

      @@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?

  • @cifricfranjo
    @cifricfranjo Год назад +2

    I think thats not enough for understanding all principles of Baseline Profiles

  • @aleksandrnevyantsev4737
    @aleksandrnevyantsev4737 2 года назад +1

    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 2 года назад +1

      Yes. The profile is actually always saved on the device. You can specify a known folder with additionalTestOutputDir instrumentation argument.

  • @k.monish4581
    @k.monish4581 Год назад

    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 Год назад +1

    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  Год назад +2

      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 2 года назад +3

    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 2 года назад +1

      Try Jetpack Macrobenchmark 1.2.0-alpha06 that allows generating Baseline Profiles on devices running Android 13 (API level 33) without the root access.

  • @khaqim4148
    @khaqim4148 11 месяцев назад

    is baseline profiles available from android 7?

  • @rohanmanchanda5250
    @rohanmanchanda5250 2 года назад +2

    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?

  • @dounaka
    @dounaka Год назад +1

    good explanation !

  • @itguru4all
    @itguru4all 2 года назад +2

    Excellent

  • @GoDigital685
    @GoDigital685 Год назад +1

    Beautiful 😍

  • @OscarDelgado-dg1ob
    @OscarDelgado-dg1ob Год назад +1

    Where does the 40% result came from? I think 116ms / 406ms = 28'57%, isn't it?

  • @vengateshm2122
    @vengateshm2122 2 года назад

    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 2 года назад +2

      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 2 года назад +1

      @@mlykotom Thanks for the explanation

    • @niraj81
      @niraj81 2 года назад

      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 2 года назад

      @@niraj81 Follow their codelabs.

    • @niraj81
      @niraj81 2 года назад

      @@vengateshm2122 following one with the states now, they are the best

  • @kalidsherefuddin
    @kalidsherefuddin 2 года назад

    The great course

  • @MakuLabs
    @MakuLabs 2 года назад +1

    Great content!

  • @HieuNguyen-um1lw
    @HieuNguyen-um1lw Год назад

    Perfect 😍

  • @dejalaenvisto
    @dejalaenvisto 2 года назад

    Saludos!!!!

  • @eboy2118
    @eboy2118 2 года назад +2

    Wish i can be there on those empty seats

  • @RahulRawat-rj8ol
    @RahulRawat-rj8ol 2 года назад

    I m here

  • @hsp3081
    @hsp3081 5 месяцев назад

    India English