commit | 497c3ed70d3588627b9768bddf53e5eeeff17fb5 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon May 24 12:24:39 2021 +0100 |
committer | Primiano Tucci <primiano@google.com> | Mon May 24 12:24:39 2021 +0100 |
tree | cc05349f136812734ef4276b1398955b77fdce19 | |
parent | 21753a5bd0877d6b7aac4bea0b593d3f8e55cfef [diff] |
Fix win32 build. Follow up to aosp/1711913. Fix a copy/paste mistake in platform_windows.cc (PerfettoOnThreadExit vs OnThreadExit) which caused a failure in the win32-archive-dbg/rel chromium bots (https://ci.chromium.org/b/8846610513401740704). This CL also makes it possible to build for win32 setting target_cpu=host_cpu="x86" in our standalone build. Also temporarily exclude some tests that fail on MSVC. Bug: 174454879 Change-Id: I038b252020c68a4f3344441f3797f4786d94dd0b
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.