commit | 86acd3389e32ba52a3b26d8b31939bc2eb46b88f | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Tue Jun 18 08:58:21 2024 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Tue Jun 18 09:01:24 2024 -0700 |
tree | bda9f416bb6b72341a352d708b2267c85706cc73 | |
parent | 54c95e9e99ebe8eb13ff29e86627eea079231b29 [diff] |
meson: Try harder to get c++17 default_options can be overriden, which we don't want. Fixes build errors in mesa from trying to build perfetto.cc with c++11. Change-Id: Ib9d35c81960d4fefb40a3bb091fe002642c8a875
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.