summaryrefslogtreecommitdiffstats
path: root/runtime/profiler.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-7/+7
* Add a new type of profile data in ART profilerWei Jin2014-06-271-10/+68
* Add an option to enable collecting dex pc in ART profilerWei Jin2014-06-191-7/+14
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-41/+21
* Clean up the sampling profilerCalin Juravle2014-06-061-39/+37
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Tweaked profile significant_difference.Calin Juravle2014-04-071-2/+49
* Make use of profiling information for dex2oatDave Allison2014-03-071-3/+24
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-3/+2
* Add sampling profilerDave Allison2014-01-071-0/+174