commit | 4f5db1b5de26ec3865302099e5a06ce15974b4d2 | [log] [tgz] |
---|---|---|
author | Harvey Yang <chenghaoyang@chromium.org> | Thu Oct 28 15:02:03 2021 +0800 |
committer | Harvey Yang <chenghaoyang@chromium.org> | Thu Oct 28 15:06:14 2021 +0800 |
tree | a79feeebd3f2c091c3eea982d93f437b508fc825 | |
parent | 7372dc5cd76b62a429fa84d8c865e66ac07a8158 [diff] |
bazel: allow overriding perfetto_cc_ipc_library and perfetto_cc_protocpp_library Amending CL:1867790, the two macros need to support overriding more rules in internal google builds as well, for other targets such as traced and traced_probes, to propagate non_prod rules internally. R=lalitm@google.com, primiano@google.com CC=chinglinyu@google.com, eseckler@google.com, skyostil@google.com Change-Id: Icfbc746048d9addb4080601104eccfac290bb1b4
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.