OSDN Git Service

Fix and tune ProfileSaver
authorCalin Juravle <calin@google.com>
Wed, 30 Mar 2016 17:18:58 +0000 (18:18 +0100)
committerCalin Juravle <calin@google.com>
Wed, 30 Mar 2016 17:34:07 +0000 (18:34 +0100)
commit0cdaa6cdbeadceaee3a1acc641e7cc2548e125d9
treea17c88c55a6154907e255f5ab092110b995c325c
parentc736384b7e6f92d479c90811939f7619a97bf3fc
Fix and tune ProfileSaver

- the statement to mark the profile saved was not guarded by the right
condition.
- increase the backoff to 2x and maximum period time to 10 minutes.

As part of this change also
- fix typos
- remove uneeded warning
- add more VLOGs for easier debuging in the future

Bug: 27914456

Change-Id: I877c3256aa96d727ac4f443dc6e1f2bdb33c56c6
runtime/jit/profile_saver.cc
runtime/jit/profile_saver.h