commit | 3ccc52fb0bf11d6cfb104a80b1bdbc81bac0e37d | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Mar 22 17:09:50 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Wed Mar 22 17:11:43 2023 +0900 |
tree | a0357f9e7a80b96bb0a7663c273034e5b9efc09d | |
parent | e347e926c877b021e307be4aa140a17842c22019 [diff] |
Opt libhwui out of -fprofile-sample-accurate Some hwui code paths might be infrequently executed but critical to the UI latency. Opt out of -fprofile-sample-accurate so that the compiler won't de-optimise cold code paths. Test: presubmit Bug: 273415627 Change-Id: Ieaf34fc0d2e75aa54c46fec0fde38cee42a5c3c3