ANDROID: Update AutoFDO profile for 6.12.30

Bug: 322399357
Test: run benchmarks
Change-Id: Ib9aad55cec96b3cc4c03d8ea3c9e233f58046521
Signed-off-by: Yabin Cui <yabinc@google.com>
This commit is contained in:
Yabin Cui
2025-07-17 10:55:40 -07:00
committed by Matthias Männich
parent 24df9fca84
commit dd000ef9d6
2 changed files with 13 additions and 13 deletions
+13 -13
View File
@@ -6,22 +6,22 @@ optimize kernel builds for specific architectures and kernel versions.
## kernel.afdo
kernel.afdo is an AArch64 kernel profile collected on kernel version 6.12.18 (
SHA fbd1fef4d7283d210845f8609599efd53c0905a4, build server ID 13287522) using Pixel 6.
kernel.afdo is an AArch64 kernel profile collected on kernel version 6.12.30 (
SHA 21ed84930c160ed721c131a67e5ae6181ac40e1e, build server ID 13771236) using Pixel 6.
### Performance improvements
| Benchmark | Improvement |
| --------------------- | ----------- |
| Boot time | 2.6% |
| Cold App launch time | 3.7% |
| Binder-rpc | 9.4% |
| Binder-addints | 31.9% |
| Hwbinder | 16.5% |
| Bionic (syscall_mmap) | 7.1% |
| Bionic (pthread) | 3.3% |
| Bionic (stdio) | 3.7% |
| Bionic (all) | 3.4% |
| Benchmark | Improvement |
| --------------------- | ---------------------------------------------------------------------- |
| Boot time | 2.2% |
| Cold App launch time | 3.3% (Only for two apps, most app launch tests are broken b/432087996) |
| Binder-rpc | 8.3% |
| Binder-addints | 15.2% |
| Hwbinder | 17.8% |
| Bionic (syscall_mmap) | 6.6% |
| Bionic (pthread) | 2.8% |
| Bionic (stdio) | 1.2% |
| Bionic (all) | 1.4% |
Benchmark results were tested on Pixel 6.
Binary file not shown.