commit | 94e30a0da4d9140bebedd0807439986b62ebf04f | [log] [tgz] |
---|---|---|
author | Nikita Putikhin <nputikhin@google.com> | Wed Nov 22 14:16:47 2023 +0100 |
committer | Nikita Putikhin <nputikhin@google.com> | Wed Nov 22 14:16:47 2023 +0100 |
tree | 3644fb9f9ccfef44d3a3db4aff846f309aad5d4c | |
parent | ec63f4faedda73f3b4600741b09da86c117635c3 [diff] |
Make libperfetto_client_experimental available to product and APEX This change makes the Prefetto SDK library available to more vendor code. Since it already was vendor_available, it does not change *who* can use it, but provides more options for placement of binaries. Test: made and built a product_specific sample that emits track events Bug: 305647991 Change-Id: I19b9519667f7c1d0446ccd4acaba040fd4285d79
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.