commit | 9696eab80d051458326fda12336b9de1f7ae8c08 | [log] [tgz] |
---|---|---|
author | Mikhail Khokhlov <khokhlov@google.com> | Mon Jun 19 15:12:28 2023 +0100 |
committer | Mikhail Khokhlov <khokhlov@google.com> | Mon Jun 19 15:12:28 2023 +0100 |
tree | d5fafe42f06374afd92447f6251db0c84fc0a244 | |
parent | 9569ddf0f678e64ff18939e2902c1d398e055e97 [diff] |
[Chrome extension] Fix offset calculation for devtools protocol The offset parameter in the IO.read method is an offset into raw binary data, not into base64-encoded data. Fix the call accordingly. Bug: 282931845 Change-Id: I3afd61e0a627a2acdf4c3bb2b19e7c9c0fefe2cf
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.