fixit: Make most tools/ work on Windows
- Turn run_buildtools_binary into a python script
so it can be used on windows as well.
- Make tools/gen_all skip gen_{android,bazel}
as it's too hard to make those generator work
due to the different GN config (The rest works)
- Minor fix for \\ vs // and other small Windows-related
issues.
Bug: 181047869
Test: python3 tools/gen_all out\win
Change-Id: I55ed1969a76cb35f1d94c849f24519aa9ac13010Perfetto 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.