Fix path separators on Windows Calling rfind() needed to use os.sep as the path separator. The input arguments use forward slashes, probably because this is executed as a genrule in bash even on Windows, so this uses '/' instead of os.sep. Bug: https://github.com/google/perfetto/issues/781 Change-Id: Id890b6aab6236b5d6addf317995c75394faab00e
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.