commit | 29c61f5ede3567e0a62b35b3f5eab0a86efa30a5 | [log] [tgz] |
---|---|---|
author | Tom Renn <tomrenn@google.com> | Fri May 10 18:39:07 2024 +0000 |
committer | Tom Renn <tomrenn@google.com> | Fri May 10 18:39:07 2024 +0000 |
tree | 4026449917b73e3a976a4003e20d6f5a45a954f1 | |
parent | 791b2d001ccf190e2ae1561c7227d090bef23e3b [diff] |
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.