summaryrefslogtreecommitdiffstats
path: root/runtime/profiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem of not shutting down the profiler in ART properlyWei Jin2014-05-271-4/+3
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-5/+5
* Fix problem with empty profiles.Dave Allison2014-04-101-1/+1
* Switch profiler off by defaultDave Allison2014-04-091-8/+6
* Tweaked profile significant_difference.Calin Juravle2014-04-071-1/+98
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-1/+1
* Make use of profiling information for dex2oatDave Allison2014-03-071-37/+158
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+1
* Add property to disable sampling profiler.Dave Allison2014-01-301-0/+16
* Add sampling profilerDave Allison2014-01-071-0/+448