From ba1a39da403c03226d0993c27b90998b51ef6de1 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 13 Apr 2023 02:20:15 -0500 Subject: [PATCH] readd pgo --- trunk.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/trunk.sh b/trunk.sh index 0839d06d..2c68515c 100755 --- a/trunk.sh +++ b/trunk.sh @@ -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