commit | 1480b8611a76ef2267e95127eaa955dd3070a492 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Oct 27 15:02:54 2022 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Oct 27 14:03:51 2022 +0000 |
tree | e2b43b5da9bf69392b96b034af5762aaa985d339 | |
parent | cb992f82b499bd130570ce2e49b74d3b194c28a8 [diff] |
perfetto: switch to os.replace instead of os.rename for tools On Windows, os.rename throws an error instead of overwriting the destination. Use os.replace instead. Fixes: https://github.com/google/perfetto/issues/338 Change-Id: I479a20eded1fbc0e293231f6fb7f7d1cb2307dd0
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.