commit | 9bad4301edb9bc187b239920e18d36e53c3cbcea | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Jul 31 19:07:46 2023 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Aug 01 09:59:06 2023 +0000 |
tree | 5fa7837e40b1d7014eed4ca632cc898fd89197b1 | |
parent | 3c525f435e61c4762739513cae5d8b1ffa4a752e [diff] |
Fix tests on Windows _mktemp_s() needs to see the full path, otherwise will keep generating deterministically the same "unique" name, causing later a failure when creating a 2nd TempFile because the path exists already. This bug was unvealed after lalitm@ added a test that makes use of more than one TempFile within a test. Test: manual, build and run perfetto_unittests.exe Bug: 293871774 Change-Id: I17b24a5428a257371e750f72c086343383b708ef
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.