summaryrefslogtreecommitdiffstats
path: root/runtime/profiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a string uint conversion bug in profilerWei Jin2014-06-301-11/+11
* Add a new type of profile data in ART profilerWei Jin2014-06-271-110/+251
* Add an option to enable collecting dex pc in ART profilerWei Jin2014-06-191-43/+161
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-4/+2
* Fix top K percentage computation when loading profile data.Calin Juravle2014-06-061-6/+3
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-45/+29
* Clean up the sampling profilerCalin Juravle2014-06-061-13/+14
* 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