update pgo

This commit is contained in:
Alexander Frick 2023-08-11 05:31:13 -05:00
parent 664424859d
commit c656ef6585
3 changed files with 8 additions and 8 deletions

View file

@ -83,4 +83,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5735-1685467728-4b79dbec7d69b5135f3cd8b1dc31bc5a09da844e.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5790-1689675384-f2c28590280cc2a488b6cbfcca557eb371c00e87.profdata"

View file

@ -628,9 +628,9 @@ template("linux_package") {
linux_package("stable") {
channel = "stable"
}
linux_package("beta") {
channel = "beta"
}
linux_package("unstable") {
channel = "unstable"
}
# linux_package("beta") {
# channel = "beta"
# }
# linux_package("unstable") {
# channel = "unstable"
# }

View file

@ -79,4 +79,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5735-1685467728-4fba4ca793cea943cc07472ae72ee50648b02fe3.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"