| commit | c7345fad3d83e9b7d4351bb8bc1b7f9e949877ea | [log] [tgz] |
|---|---|---|
| author | Aaron Vaage <vaage@google.com> | Thu Jun 13 11:44:03 2024 -0700 |
| committer | Aaron Vaage <vaage@google.com> | Thu Jun 13 11:59:45 2024 -0700 |
| tree | fc7d4ed9678e59fed10f198cfe384a15d9cb3710 | |
| parent | 5793d6b57856e1b443a2c1fea50dd7cce9a81631 [diff] |
Trace Redaction - Move construction into singleton Previously redaction was configured in the main method. This meant it was not possible to test the full pipeline. This was not an issue because tests were focusing on individual primitives or small cluster that were expected to work together. This was not an issue when the pipeline was small, but now that the pipeline is more complicated, there is a need to test the pipeline as a whole - not just primitives. This is the first step toward automating the adhoc manual tests. Change-Id: Ibc829ccc50e7d427974c2d16cf73809124e24849
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.