Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 2af1bd462f390b84ad41b4e6d3fee499fa0e35d8
Author: Marcello Albano <maralb@google.com>
Date: Tue Apr 23 13:28:44 2024
Added comparison with previous baseline profile
A comparison with previous profile is now printed
in the console after a successful baseline or
startup profile generation.
Bug: 269484510
Test: ./gradlew :benchmark:benchmark-baseline-profile-gradle-plugin:test
Relnote: Added comparison with previous baseline profile
Change-Id: I824c84553c4c1c0dd5b585f0846093762b938460
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/consumer/task/MergeBaselineProfileTask.kt
M benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/consumer/BaselineProfileConsumerPluginTest.kt
https://android-review.googlesource.com/3056343
Branch: androidx-main
commit 2af1bd462f390b84ad41b4e6d3fee499fa0e35d8
Author: Marcello Albano <maralb@google.com>
Date: Tue Apr 23 13:28:44 2024
Added comparison with previous baseline profile
A comparison with previous profile is now printed
in the console after a successful baseline or
startup profile generation.
Bug: 269484510
Test: ./gradlew :benchmark:benchmark-baseline-profile-gradle-plugin:test
Relnote: Added comparison with previous baseline profile
Change-Id: I824c84553c4c1c0dd5b585f0846093762b938460
M benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/consumer/task/MergeBaselineProfileTask.kt
M benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/consumer/BaselineProfileConsumerPluginTest.kt
Description
Since staleness will be a bigger problem with dex layout optimizations, we should have the baseline profile generation tasks report how stale your periodic / manual generation of profiles into the source directory is.
This will also help people determine how frequently to run the task.
E.g.:
Considerhttps://github.com/JakeWharton/diffuse for inspiration here.