commit | 2f81155bf09976816e83202fc4b760fea27806cb | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Dec 07 16:48:22 2020 +0100 |
committer | Primiano Tucci <primiano@google.com> | Mon Dec 07 16:48:22 2020 +0100 |
tree | d6bb06d2521984534f5a7760b9b51e164e6a8377 | |
parent | 737dcadd4f09cb5266d456f578b43c7c290769a6 [diff] |
GN: Add standalone build rules for Windows This cl adds initial build rules that allow building standalone on Windows using clang-cl (is_clang=true) or MSVC (is_clang=false). Some other small CLs are still required but this is a bigger step. Pending items: - Look into depot_tools builtin-toolchain for Googlers. - Right now this works only with Build Tools for Visual Studio but doesn't work if the user has the full visual studio. Bug: 174454879 Change-Id: I391a924f6cb721c03588c3bf5900f1c796bbc32c
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.