commit | d7b3205354bfe9371708989702c97a39196db321 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Apr 25 18:09:32 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Apr 25 17:13:30 2024 +0000 |
tree | 0714049187d0b77da16015b58fd45d59827455d0 | |
parent | 43195237c01fe3217b63d6c0ae716d112ef9113e [diff] |
tp: fix a bunch of bugs in ProtoLogParser * Remove IsIncrementalStateValid checks: trace processor automatically drops any state which is invalid even before it gets to the parser * Use the generation provided by sorter than the current generation: this removes accidentally getting the wrong strings * Remove some unnecessary string copies * Switch from using std::unordered_map -> base::FlatHashMap Change-Id: I586971d168e27132f630fcccb618a220d294020e
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.