commit | ce234a15db1a2cf41a3e80a0a7b39cbe9a66a54f | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Nov 10 15:15:26 2017 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Nov 10 15:20:54 2017 -0800 |
tree | 942c6f181983b99dd28e9e8bc50eb39014c7f815 | |
parent | cf17f8b24da1eef6b5e85346cdf0d10d796cb2d4 [diff] |
simpleperf: show <> correctly in html report. Html regards <> as tags, so it can't show source code and disassembly with <> correctly. Fix this by replacing <> with '>' and '<'. Also increase the percentage rectangle in FlamegraphView. Bug: http://b/69128442 Test: run report_html.py on a perf.data having samples of a template function. Change-Id: Ibbcfaac0cfaf56f10787ef6eea135f6ae781bd5a