commit | 857ed736357fcdf72d2caaa226da2c8178af9316 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Sat Dec 19 18:11:42 2020 +0100 |
committer | Primiano Tucci <primiano@google.com> | Sat Dec 19 18:11:42 2020 +0100 |
tree | fb4a0656d7d86f0f3fef2c1c4faada8ca18d0330 | |
parent | b82a213bcf71dd8e68b53941375936c7905c0ff2 [diff] |
install-build-deps: Use different paths for clang on Win vs Linux Rather than checking out the hermetic toolchain in buildtools/clang, check it out in buildtools/{linux64,win}/clang. This has two advantages: 1. It's consistent with other binary paths (ninja, gn, clang_format) 2. Allows to share the same folder both from Windows (host) and WSL2, enabling work on Win+Linux on the same machine. Without this change each environment would clobber the other. Bug: 174454879 Change-Id: I5e580d4cac4cd341ecf373f152b6047872db232e
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.