commit | 550f405fe9eee8ba8757cbc969fae3b89061b39a | [log] [tgz] |
---|---|---|
author | Christina Wadsworth <cwadsworth@google.com> | Thu Aug 25 15:36:35 2016 -0700 |
committer | Christina Wadsworth <cwadsworth@google.com> | Fri Aug 26 15:13:22 2016 -0700 |
tree | 04551b249ed07ffae814432b26fe744edcba9843 | |
parent | 80c10512331c190311221a571ab100d5405c345b [diff] |
ART: Added benchmark for string dex cache Added a benchmark for the string dex cache, measures how long the fast path takes. In order to account for potential optimizations, I have separated it into two different functions, one of which is called from a loop so the code is no longer in the loop. Please subtract ~1.5ns from the runtime per iteration as a result. Change-Id: I77803ebf83b18b806288349e1e5b3d26ac215d84