commit | 79898f56f08a7191906a6d37357e2a5b822c9fb2 | [log] [tgz] |
---|---|---|
author | Ivan Chong <ivankc@google.com> | Wed Jun 12 16:33:56 2024 +0000 |
committer | Ivan Chong <ivankc@google.com> | Wed Jun 12 16:39:46 2024 +0000 |
tree | d5fbb7466e0bd57af451eac4e422f3d2ae3585d1 | |
parent | 6463ba0873e1a5cebc45d49830b9e6e8e3938aed [diff] |
bigtrace: Implement an initial service for Orchestrator and Worker - Implement an initial gRPC service allowing Orchestrator to communicate with a worker and send a proto consisting of a trace name and query, and returns a response proto with a trace name and repeated field of QueryResult. Change-Id: I26dfb9010307b7b5b938d99157ad9420f96e2b7f
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.