commit | 5eee004b926dc0fc02640de09c9d9a7f8fe1f052 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jun 07 17:34:22 2017 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Jun 07 17:49:37 2017 -0700 |
tree | 0c36a3ff988047438edae2602b8f1e1d0fcc252a | |
parent | 28f6dc951223a017f9abc90599662cb3f4995ad1 [diff] |
Add system property for hot startup method threshold The property is dalvik.vm.hot-startup-method-samples, setting this controls how many startup samples are required before methods are marked as hot in the profile. Test: adb shell setprop dalvik.vm.hot-startup-method-samples 12 Test: adb shell setprop dalvik.vm.extra-opts -verbose:profiler Test: adb logcat | grep Profile Bug: 36457259 Change-Id: If8e37a160802a00fb44f0c243fb358df02104741