Fix presubmit script failures on Windows Perfetto's root PRESUBMIT.py file invokes child scripts in a way that doesn't work on Windows, leading to cryptic failures if the presubmits are run on Windows (either directly or through git cl upload). Since Windows support is clearly not a priority this change fixes this by disabling the problematic tests on Windows. With this change "git cl presubmit" passes successfully on https://android-review.googlesource.com/c/platform/external/perfetto/+/2660235. Change-Id: I9f232134a41d45dea9bd2a4a94905789adf296a2
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.