commit | 8b5a352cbfd70935eeeae507e165018812f18991 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Jun 18 17:44:27 2018 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Jun 18 17:51:01 2018 -0700 |
tree | af5cf06db56e3f4aa9f86f330d6e7e80380cded6 | |
parent | 9e00d29710a22146f7a2a525807540c7a6a0bbd3 [diff] |
simpleperf: remove RecordCache. When using debug-unwind cmd for system wide profiling result, I found it might took a lot of memory because RecordCache cached too many samples. Since simpleperf no longer relies on RecordCache to sort records, I think it is fine to remove RecordCache instead of fixing it. Bug: none. Test: run simpleperf_unit_test. Change-Id: Ie28ce17b4158add455004a56bbdac745f9d05f19