commit | c63cdce64c9e4dc5fb9fa4f820b39bac1de8553b | [log] [tgz] |
---|---|---|
author | Anindita Ghosh <aninditaghosh@google.com> | Wed Jul 15 20:14:07 2020 +0000 |
committer | Anindita Ghosh <aninditaghosh@google.com> | Wed Jul 15 20:18:12 2020 +0000 |
tree | 66f539335c7d3c96777af6a5455c357568e13a31 | |
parent | ddc86ef759d8e5f1c46324aab820427a4a9e444d [diff] |
Add query function to Python API for trace processor. This CL does the following: 1. Add basic query function to call http.py functions and pass along response 2. Implement QueryResultIterator class to represent the results of a user input query 3. Add metric function to return desired metrics if not erroneous input Change-Id: I09769acfb407cd81ccf1d540908d20ccd74f4ca8
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.