commit | 8d3e15e09a4db3415c2e6bec9dd4e6d2996638b1 | [log] [tgz] |
---|---|---|
author | Deepanjan Roy <dproy@google.com> | Mon Aug 03 11:20:47 2020 -0400 |
committer | Deepanjan Roy <dproy@google.com> | Mon Aug 03 11:20:47 2020 -0400 |
tree | 5234ab82dba0fc16d09b8c69e66ac6905af5dd0b | |
parent | e192178d4f70f365815fb89a80ee735e735a00dd [diff] |
trace-processor: Add extensions once We were adding the same extensions multiple times. Now that we extract the extensions in the first pass, we don't have to loop over files to add the extension fields. Change-Id: I1ff7f30ca575eb9e7e76f3388118b203a7395da9
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.