commit | f94a8791312e6f9e45958f7eb98353f4bbd415da | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Apr 27 17:55:39 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 27 17:55:39 2022 +0000 |
tree | 267d69f5d14d9f705f5b23e34dcad786a78b3192 | |
parent | d4d0db12e8afee23be67ed4a7c2ab50efb3dc68d [diff] | |
parent | 4ce077c94d8276cd61ede14db77da39b883d781b [diff] |
Update PGO profiles for dex2oat am: 60afa40378 am: 4ce077c94d Original change: https://googleplex-android-review.googlesource.com/c/toolchain/pgo-profiles/+/17944588 Change-Id: I714cd355e582099950905a25bd87f0e7cee14828 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
For the latest version of this doc, please make sure to visit: Android PGO Profiles
First, you need to install python-pip
, as well as 2 packages from it.
$ sudo apt-get install python-pip $ sudo pip install --upgrade google-api-python-client $ sudo pip install --upgrade oauth2client
We only update profiles in the Android release branch, so this script should be run directly from that location. The following is a sample command line for updating the PGO profiles:
$ python toolchain/pgo-profiles/scripts/update_profiles.py -b <BUG_NUMBER> --add-do-not-merge <BUILD_ID> ALL --profdata-suffix <YYYY-MM-DD> $ repo upload --cbr toolchain/pgo-profiles/ # Each separate profile will be uploaded as a single patch, so that it can get appropriate reviews.
Note that you need to change that command to supply 3 pieces of information:
BUG_NUMBER
: The buganizer bug number that should be part of the commit message. For Android R, that bug number is 150254950.BUILD_ID
: The build id from which to extract the PGO profiles. You should check go/ab for the given release branch.YYYY-MM-DD
: The date of the build that the profiles come from (to keep it easier to check for stale profiles).PGO-related questions should be sent to the Android LLVM team's public list: android-llvm@googlegroups.com