summaryrefslogtreecommitdiffstats
path: root/runtime/barrier.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add sampling profilerDave Allison2014-01-071-0/+16
| | | | | | | | | | This adds a sampling profiler thread that runs every so often, gathering profiling data and writing the results to a file in /data/data (specific to app running). The intention is to use these files as input to the compiler so that it can determine the best methods to compile. Bug: 11539952 Change-Id: I0bfbb4146fb7966673c792f017ffac8107b6272d
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+1
| | | | Change-Id: Ice937e95e23dd622c17054551d4ae4cebd0ef8a2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+63
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81