commit | 2d6498a76b109d0391a1bf8398fc82071115210d | [log] [tgz] |
---|---|---|
author | Ivan Chong <ivankc@google.com> | Fri Jun 14 08:22:43 2024 +0000 |
committer | Ivan Chong <ivankc@google.com> | Fri Jun 14 08:22:43 2024 +0000 |
tree | d4794dda9fc5964f52d422e07b3e7611fab11079 | |
parent | effe8ba26d1237193ad58a10b9b49735a01df9fa [diff] |
bigtrace: Implement TraceProcessor in the Worker - Orchestrator sends a trace from test/data and a query, and the Worker uses an instance of TraceProcessor to load the trace , execute the query and then returns it to the Orchestrator. Change-Id: Id01bed36ab1c4c6471c48d7b3deb9a32e1666f6b
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.