commit | a93b0bb9abfbd19fc40ff8ced8818aec1a3464b9 | [log] [tgz] |
---|---|---|
author | Wei Jin <wejin@google.com> | Mon Jun 09 16:19:15 2014 -0700 |
committer | Calin Juravle <calin@google.com> | Thu Jun 19 13:05:44 2014 +0100 |
tree | 5ce3679ab53691e97a8971e29f85742a7f95666f | |
parent | 995b32cc8e94a9730d6cf663a23afc9c997c1771 [diff] |
Add an option to enable collecting dex pc in ART profiler This CL allows the ART profiler to collect both method signature and dex pc. The type of the profile data is controlled by the option "-Xprofile-type:{method,dexpc}". To avoid conflicting with the original profile data based on method signatures, the new profile data are stored in files with extension ".pc". Change-Id: I8afb2541d386bff77c5b07fc9367d817a79f58e1