commit | 825e324f2c26273ba8e60dba64e8b8739d0e3d85 | [log] [tgz] |
---|---|---|
author | jdduke <[email protected]> | Tue Jan 27 00:13:54 2015 |
committer | Commit bot <[email protected]> | Tue Jan 27 00:15:17 2015 |
tree | 9bbf1dee16388046647851ab80f677546b380ada | |
parent | 26be503cdf869b92e7deb2166b8f48dcc51a84d4 [diff] |
[Android] Cache Java-based histogram lookup through RecordHistogram Avoid JNI string translation for each histogrom update routed through RecordHistogram by caching the histogram lookup. Use the Java string handle as the key. BUG=442300 Review URL: https://codereview.chromium.org/867063006 Cr-Commit-Position: refs/heads/master@{#313174}