OSにはTTFDのタイミングがわからない。 AndroidにActivity#reportFullyDrawn()を呼ぶことで、教えることができる。 startup metricsを収集するのに利用でき、 それだけでなくahead of time(AOT) or just in time(JIT)コンパイラに最適化さ れるべきコードパスの情報をAndroidフレームワークに提供する。 つまり一行追加するだけで、パフォーマンスが改善できる。 What's new in app performance
aggregating the profiles usually takes several days, which is a problem when many apps update on a weekly basis. 使えるようになるのに数日かかるため。 参考: https://android-developers.googleblog.com/2022/01/improving-a pp-performance-with-baseline.html 参 考:https://developer.android.com/topic/performance/baselinepro files What's new in app performance
◦ https://issuetracker.google.com/issues/230361284 ◦ Primary dexしかみられないバグ(AGP 7.3.0-beta01以上) ▪ そこまで大きな影響はないかも ▪ > Baseline profiles are only correctly packaged for the primary classes.dex file ▪ https://developer.android.com/topic/performance/baselineprofiles#known-issues What's new in app performance