diff options
author | Calin Juravle <calin@google.com> | 2014-04-02 17:03:08 +0100 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-04-02 17:03:08 +0100 |
commit | f6a4cee66a173ee7ef48af5503d9899aa93b3aeb (patch) | |
tree | d059a9af44dc9405ee353b22d89be1099a5be1c6 /runtime/runtime.cc | |
parent | ea1e520e5a4b52b668ea2f9d3abdd9ae3a192186 (diff) | |
download | art-f6a4cee66a173ee7ef48af5503d9899aa93b3aeb.zip art-f6a4cee66a173ee7ef48af5503d9899aa93b3aeb.tar.gz art-f6a4cee66a173ee7ef48af5503d9899aa93b3aeb.tar.bz2 |
Profile: repurposed kTresholdPercent
Previously kTresholdPercent was the percentage of samples of the total
that a method must comprise before compiling.
I changed it to mean the threshold for a running total...i.e. compile
all the methods that comprise K% of the samples cumulatively.
(in the process fixed ProfileData#percent doc and changed its name)
Bug: 12877748
Change-Id: Ib0e18e525a16c11b189afc3d840c09183ac629de
Diffstat (limited to 'runtime/runtime.cc')
0 files changed, 0 insertions, 0 deletions