readd pgo

This commit is contained in:
Alexander Frick 2023-04-13 02:20:15 -05:00
parent d954b1ba0f
commit ba1a39da40

View file

@ -252,9 +252,21 @@ cd $HOME/chromium/src &&
gclient sync --with_branch_heads --with_tags -f -R -D &&
gclient runhooks &&
printf "${YEL}Done!\n" &&
printf "\n" &&
printf "${YEL}Downloading PGO Profiles for Linux, Windows, and Mac...\n" &&
printf "\n" &&
tput sgr0 &&
python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
printf "\n" &&
printf "${GRE}Done! ${YEL}You can now run ./VERSION.sh\n"
printf "${GRE}Done! ${YEL}You can now run ./VERSION.sh\n" &&
tput sgr0 &&
c0='\033[0m' # Reset Text