commit | 55c4abdb8736d8618e0d6c1c0c6a7df5a41559a0 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Jun 05 14:03:27 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Jun 05 15:09:25 2023 +0000 |
tree | 22d8d7a91b29d624dd2763fb9ec8f66159a10533 | |
parent | 605c0330b71450cbc7b9468e2daada73b292868c [diff] |
dbv2: improve sorting performance Sorting without using std::vector<uint32_t> has atrocious performance; so much so that it's better to pay the cost and convert to indexvector every time. Change-Id: Iae883abfac0e22f30873d70284aee634d772b201
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.