summaryrefslogtreecommitdiffstats
path: root/runtime/profiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-13/+13
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+2
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-2/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+1
* Revert "Add JIT"Nicolas Geoffray2015-02-241-1/+1
* Add JITMathieu Chartier2015-02-231-1/+1
* Remove some unused cutils/properties.h referencesBrian Carlstrom2015-01-301-4/+0
* Remove portable.Elliott Hughes2014-12-121-2/+0
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-8/+10
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-8/+5
* Remove profiler log lineDave Allison2014-08-211-1/+0
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* 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