From aaa4c54093a08828b440a123084ce9252f02e99c Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sat, 23 Nov 2024 13:54:04 -0600 Subject: [PATCH] update PGO profiles --- args.gn | 2 +- arm/android/android_arm32_args.gn | 2 +- arm/android/android_arm64_args.gn | 2 +- arm/win_ARM_args.gn | 2 +- other/AVX2/AVX2_args.gn | 2 +- other/AVX2/win_AVX2_args.gn | 2 +- other/AVX512/AVX512_args.gn | 2 +- other/AVX512/win_AVX512_args.gn | 2 +- other/Mac/mac_args.gn | 2 +- other/SSE2/win32_SSE2_args.gn | 2 +- other/SSE3/args_SSE3.gn | 2 +- other/SSE3/win32_SSE3_args.gn | 2 +- other/SSE3/win64_SSE3_args.gn | 2 +- other/SSE4.1/args_SSE4.1.gn | 2 +- other/SSE4.1/win_SSE4.1_args.gn | 2 +- other/SSE4.2/args_SSE4.2.gn | 2 +- other/SSE4.2/win_SSE4.2_args.gn | 2 +- win_args.gn | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/args.gn b/args.gn index 8d7268d4..68a8159a 100644 --- a/args.gn +++ b/args.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/arm/android/android_arm32_args.gn b/arm/android/android_arm32_args.gn index 6d25dc63..12cd4657 100644 --- a/arm/android/android_arm32_args.gn +++ b/arm/android/android_arm32_args.gn @@ -96,4 +96,4 @@ thin_lto_enable_optimizations = true enable_rust = true enable_all_rust_features = false chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android32-main-1721692744-44d1aa29423beb497bfdbe4ea144a3b53506761b-b4c470c65b0b73144417d44ce36bb63d9334527e.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android32-main-1725623019-55ec01031e276c2c708cf18ee0dbdc9d389ec4d3-0f96db4f3bacc84f22709f53a4cc8a4551fcc01a.profdata" diff --git a/arm/android/android_arm64_args.gn b/arm/android/android_arm64_args.gn index e232d535..e2df6c54 100644 --- a/arm/android/android_arm64_args.gn +++ b/arm/android/android_arm64_args.gn @@ -96,4 +96,4 @@ thin_lto_enable_optimizations = true enable_rust = true enable_all_rust_features = false chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android64-6613-1727205312-af1a71a2e2855a57b000afd4276aa95b1564fcd7-3a51f59adcd2dfcf078206a1f12cab6872a6256b.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android64-main-1725631067-463075337b2f1208828cf4a0e31dfd1e820a025f-428b4881737baeb8dca8873460c3a9fabfe16169.profdata" diff --git a/arm/win_ARM_args.gn b/arm/win_ARM_args.gn index e8b0beeb..aae99692 100644 --- a/arm/win_ARM_args.gn +++ b/arm/win_ARM_args.gn @@ -80,4 +80,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win-arm64-main-1721671192-1e7479dc923adf839844affd8765f1a8d3a8fe45-26f1f04be9c7bf43f621aed8ac4b9628777eb406.profdata" +pgo_data_path = "C:\src\chromium\src\chrome\build\pgo_profiles\chrome-win-arm64-main-1724803152-e0c2eb1bb1c91920515586f8369faf2efc3b7fc6-fda6d7eb5b4a5344da9351c9b569c3540221423b.profdata" diff --git a/other/AVX2/AVX2_args.gn b/other/AVX2/AVX2_args.gn index 5e052925..acb1399a 100644 --- a/other/AVX2/AVX2_args.gn +++ b/other/AVX2/AVX2_args.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/AVX2/win_AVX2_args.gn b/other/AVX2/win_AVX2_args.gn index dc343e67..32980481 100644 --- a/other/AVX2/win_AVX2_args.gn +++ b/other/AVX2/win_AVX2_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/AVX512/AVX512_args.gn b/other/AVX512/AVX512_args.gn index dfb72682..afdf42d5 100644 --- a/other/AVX512/AVX512_args.gn +++ b/other/AVX512/AVX512_args.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/AVX512/win_AVX512_args.gn b/other/AVX512/win_AVX512_args.gn index ed2a7b28..5808d0c3 100644 --- a/other/AVX512/win_AVX512_args.gn +++ b/other/AVX512/win_AVX512_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/Mac/mac_args.gn b/other/Mac/mac_args.gn index bd34c170..0ae730b8 100644 --- a/other/Mac/mac_args.gn +++ b/other/Mac/mac_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/Users/midzer/chromium/src/out/thorium/profile/chrome-mac-main-1714331010-b3f7981accee1225faa63f208ce12a58504f49f7-95ecaa23bab87a4b7dab8148cfa9126a5456f1cc.profdata" +pgo_data_path = "/Users/midzer/chromium/src/out/thorium/profile/chrome-mac-6723-1732295315-8f9cf47a13b24b0713c4f78b2e3985d5d476d89d-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE2/win32_SSE2_args.gn b/other/SSE2/win32_SSE2_args.gn index 87d9ca38..09952487 100644 --- a/other/SSE2/win32_SSE2_args.gn +++ b/other/SSE2/win32_SSE2_args.gn @@ -86,4 +86,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-6613-1727717510-abb7bf55fe70a4f99ac45c88dee18baf9d39a54c-ac67bb228b4af489f2e46070b4f7231c3bf1fa34.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-6723-1732295315-a3131454c698e2889775c4fe2ad91d439b4b44a2-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE3/args_SSE3.gn b/other/SSE3/args_SSE3.gn index 360deb86..121fe876 100644 --- a/other/SSE3/args_SSE3.gn +++ b/other/SSE3/args_SSE3.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE3/win32_SSE3_args.gn b/other/SSE3/win32_SSE3_args.gn index 09ed53f5..9bee9c56 100644 --- a/other/SSE3/win32_SSE3_args.gn +++ b/other/SSE3/win32_SSE3_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-6613-1727717510-abb7bf55fe70a4f99ac45c88dee18baf9d39a54c-ac67bb228b4af489f2e46070b4f7231c3bf1fa34.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-6723-1732295315-a3131454c698e2889775c4fe2ad91d439b4b44a2-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE3/win64_SSE3_args.gn b/other/SSE3/win64_SSE3_args.gn index 96558f2e..cf4df880 100644 --- a/other/SSE3/win64_SSE3_args.gn +++ b/other/SSE3/win64_SSE3_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE4.1/args_SSE4.1.gn b/other/SSE4.1/args_SSE4.1.gn index 86f8c95c..76a28526 100644 --- a/other/SSE4.1/args_SSE4.1.gn +++ b/other/SSE4.1/args_SSE4.1.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE4.1/win_SSE4.1_args.gn b/other/SSE4.1/win_SSE4.1_args.gn index 4431cc20..8ef9cec7 100644 --- a/other/SSE4.1/win_SSE4.1_args.gn +++ b/other/SSE4.1/win_SSE4.1_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE4.2/args_SSE4.2.gn b/other/SSE4.2/args_SSE4.2.gn index 35e63166..751c5ca5 100644 --- a/other/SSE4.2/args_SSE4.2.gn +++ b/other/SSE4.2/args_SSE4.2.gn @@ -87,4 +87,4 @@ enable_rust = true enable_all_rust_features = true init_stack_vars_zero = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6613-1726654317-9efb4a436ddaa1f2d5093a81b30fe61aea97c340-1a5e9a204c479d7c92e7444338181b59b4acb420.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-6723-1732295315-c40887b1918f8e01bfcd937f2f416b7fffac2252-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/other/SSE4.2/win_SSE4.2_args.gn b/other/SSE4.2/win_SSE4.2_args.gn index c7a39ec6..67a1889f 100644 --- a/other/SSE4.2/win_SSE4.2_args.gn +++ b/other/SSE4.2/win_SSE4.2_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata" diff --git a/win_args.gn b/win_args.gn index d02384ac..d5933a84 100644 --- a/win_args.gn +++ b/win_args.gn @@ -85,4 +85,4 @@ use_thin_lto = true thin_lto_enable_optimizations = true enable_rust = true chrome_pgo_phase = 2 -pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6613-1727686998-bbc15856830ec38b6da6ce07037a64b4b5703ff1-b3799c76aec7b01c0056374634686353892dd589.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-6723-1732295315-4ad8ea43591155058b0ae154377eb7ba9f82d617-74da9411216ab49f72b5ea57c6e907e5cf436f73.profdata"