diff options
author | Calin Juravle <calin@google.com> | 2018-05-03 22:28:03 -0700 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2018-05-08 00:18:34 +0000 |
commit | b3d1eeed7426570f61a0b0d4be1a2987200311f6 (patch) | |
tree | ab6d525a4fe1e54645fb6828916f1ad602ca5ea6 /compiler/optimizing/instruction_builder.cc | |
parent | 9926e4615d75cb6c9371e1766a14b0a80089ae18 (diff) |
Add new profile saver options: save without jit & profile AOT code
--Xps-save-without-jit-notifications
The hotness for system server code is increased in AOT-ed code. The flow
does not call into JIT and as such notifications are not triggered.
Instead of relying on the JIT system, make use of a simple back off
strategy to save the profile.
--Xps-profile-aot-code
Starts the profile saver even if the oat file is speed compiled.
Test: m test-art-host
boot a device with system server profiling enabled.
Bug: 73313191
Change-Id: I66ec422a76bc9244349da7a5d18a3df5bcc9ccb7
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
0 files changed, 0 insertions, 0 deletions