commit | c96ce0781328cd13707e5b8ce25ac6cc04ca2540 | [log] [tgz] |
---|---|---|
author | Kevin Marshall <kmarshall@chromium.org> | Tue Sep 20 23:24:09 2022 +0000 |
committer | Kevin Marshall <kmarshall@chromium.org> | Tue Sep 20 23:24:09 2022 +0000 |
tree | d3b81d036a33085fb8f5ab251c560d792d879489 | |
parent | ee3af286b2a9025ee4c026488440978111ea7038 [diff] |
[perfetto] Handle hyphens in header guards. Turns hyphens into underscores in C++ header guards, which prevents build failures when generating buildflags files in directory structures that contain a hyphen. Test: builds successfully on Fuchsia Change-Id: I61f5d8de436ced1e01696cf9ed7f1a8609668be3
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.