commit | 3338cc2223ab5b738913e5e61431b0b8ea4512f1 | [log] [tgz] |
---|---|---|
author | Ryan Zuklie <rzuklie@google.com> | Thu Mar 09 15:37:56 2023 -0800 |
committer | Ryan Zuklie <rzuklie@google.com> | Fri Mar 10 12:53:25 2023 -0800 |
tree | 23291642c7e000a892a5142a766fc533c6c914be | |
parent | ea80fcf45aa0fd5b4deb14cf48289c5cb6fde95d [diff] |
Split network trace parsing into new module This extracts the NetworkPacketEvent trace processor importer from the AndroidProbes{Module,Parser} into a new module so that later changes can add custom tokenization and more. Bug: 246985031 Test: build trace_processor_shell and load trace Change-Id: Ia6a5d103ef57cef93bfcbe21e29f95f66bb98e90
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.