commit | 1c2e7ed14cd33113218981aa856649e33b63ddd0 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue May 10 15:50:03 2022 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 18 12:38:33 2022 +0000 |
tree | 7ecd7d1a5c04a7116176976e6811b884332784b7 | |
parent | 165a7640cf3e5729daeca0218c90d80fc5540903 [diff] |
Cleanup and consistency around system server profiling. The profiling currently works by accident: only because we profile the boot classpath which executes in JIT zygote do we not load system server AOT artifacts. So make the not loading AOT artifacts in system server explicit when the system server is being profild. Test: system server profiling Change-Id: I8d787c8f8524d9d6074dc0f552a856640f11cef0