commit | 4e1484babfe440ca67efafcee926d59b21c4148c | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Nov 03 13:33:49 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Thu Nov 03 13:33:49 2022 +0000 |
tree | 62f17d32b43feee6188a04d531a63bc703d4bf94 | |
parent | 326fb7f15672187f767d79ee1fabf1331ebcc0dd [diff] |
perfetto: fix compile on CI debug The libstdc++ bundled in buster-backports really does not seem to get along with the system clang-8 used on debug bots. Fix the issue by instead using libc++ on the bot (which we newly install). libstdc++ is still covered by the GCC bot: the clang + libstdc++ combo wasn't covered anyway before aosp/2281848 landed. Change-Id: I6f9d752f38cdbdec06b89ce59809afce9b41647d
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.