commit | b9a246ed26213c33e4f3403e7b3d321b6c20b8f1 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Sep 05 10:59:55 2022 +0100 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Mon Sep 05 11:05:55 2022 +0100 |
tree | aa08c3d19bfe9637658bb8f21060d9f989b7cf67 | |
parent | 9da9fc0c0670e88e3ef4473cbf136bd7cc66c6b3 [diff] |
Ignore -Wdeprecated on windows standalone build Since we upgraded to clang 16 for the standalone build, the build fails on windows with a -Wdeprecated warning. This commit disables the warning. Change-Id: I821b9a509de29684788d0ae7ffb623f4fe81d7c6
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.