OSDN Git Service

Profile: repurposed kTresholdPercent
authorCalin Juravle <calin@google.com>
Wed, 2 Apr 2014 16:03:08 +0000 (17:03 +0100)
committerCalin Juravle <calin@google.com>
Wed, 2 Apr 2014 16:03:08 +0000 (17:03 +0100)
commitf6a4cee66a173ee7ef48af5503d9899aa93b3aeb
treed059a9af44dc9405ee353b22d89be1099a5be1c6
parentea1e520e5a4b52b668ea2f9d3abdd9ae3a192186
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
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h