commit | d6482e14849970bbc7df35d532ab655a05a27950 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Mon Apr 08 08:45:11 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Mon Apr 08 08:45:11 2024 -0700 |
tree | a64d75b70ccf90418eb7baeea32769cf0e245c9e | |
parent | 36932dc98dfa52f3d4fc97ec2311db351bd6f21c [diff] |
Trace Redaction - Create integration test pattern We've narrowed in on a pattern for implementing integration tests. To make this easier - and to ensure test stability (e.g. handling file IO) - this creates a simple class that can be inherited alongside other test classes. Bug: 318576499 Change-Id: I87051283e3a2975f27a936b1271c0c7bcdcfc3d7
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.