commit | 52abb84e33123157347e3b05172f8372f4c4a09d | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 06 12:21:54 2024 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Feb 06 12:21:54 2024 -0800 |
tree | 8660a5aff6355ee4dd54a648fbbd7ed0c4ac3174 | |
parent | 38fabf944b0c36349d2a456e09e4e6a790ceb0ae [diff] |
simpleperf: report_html.py: disable sorting in ascending order for Total, Self, Samples It's unlikely that users want to sort these columns in ascending order. After disabling ascending order, when a user clicks one of these columns, the column is always sorted in descending order. Also sort these columns in descending order by default. Bug: 322228090 Test: run report_html.py Change-Id: I7b8a7a36f107ef6d935e71cbbd713426d4b1bec8