commit | 709de7fdeb9ccf0ae6ca6a76529e777131a20fc4 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Thu Jan 28 21:41:14 2021 +0000 |
committer | Florian Mayer <fmayer@google.com> | Thu Jan 28 21:41:14 2021 +0000 |
tree | 9db78d98afe4a8074e3b926c0afa250f58fc7814 | |
parent | 0f2d499389c5de52c1d42310715bf83835e44c48 [diff] |
Fix end_to_end_shared_memory_fuzzer. Before 8a689afd048a60cc76e7543d9d8c4193df351f96 this was a no-op because we forgot to set the TracePacket size. After that we would crash because most data would fail to parse as a packet. Change-Id: I37a95f0062fc87d2bdaa78eaac1284c662d88f37
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.