commit | 2ea6de11962fea5613f15308b202fb505e57ae9b | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Oct 24 19:13:09 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Oct 26 17:08:13 2016 -0700 |
tree | b0e52846150f77724aa8c2e4d6500d06b58b13cd | |
parent | e7448f00cf02ebe92f41881cf9c4b198cadbb8af [diff] |
simpleperf: merge records from different buffers in memory. By reading records from all buffers at once, we can merge records in memory instead of sorting them in perf.data. To make it clear, this patch only contains the code to merge records in memory, and I will remove old method later. Bug: http://b/32343227 Test: run simpleperf_unit_test. Test: run simpleperf_runtest.py. Change-Id: Iea2da06c072243c2014f43c8aa6d96a23cfb9123