Skip to content

Commit

Permalink
re-enable PGO for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Mar 19, 2024
1 parent a731ba4 commit cfea194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arm/android/android_arm32_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ enable_mse_mpeg2ts_stream_parser = true
use_thin_lto = true
thin_lto_enable_optimizations = true
enable_rust = true
chrome_pgo_phase = 0
# pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android32-main-1696269474-d9cc430a376fd26e31c2c2b532aa055bbc985f6f.profdata"
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android32-main-1705946049-1107c5d5377f3a310e11342b86b346e89ede0a92.profdata"
4 changes: 2 additions & 2 deletions arm/android/android_arm64_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ enable_mse_mpeg2ts_stream_parser = true
use_thin_lto = true
thin_lto_enable_optimizations = true
enable_rust = true
chrome_pgo_phase = 0
# pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android64-main-1696269474-c48c320c9092df29383f4fdbb89349e9e30169fe.profdata"
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-android64-main-1705859715-29c601224c79dbb822758f85d5c3bb8e08f60dcc.profdata"

0 comments on commit cfea194

Please sign in to comment.