commit | 9cdb219121ca22f2170f7c5d1eef7b9ec8f2110a | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Wed Jul 03 14:54:53 2024 +0100 |
committer | Primiano Tucci <primiano@google.com> | Thu Jul 04 09:00:41 2024 +0000 |
tree | 026e5555f07612b6c0726b6f6ef4c05607830343 | |
parent | 55d3554797ca342d93441820ce6b71543734ea58 [diff] |
UI: clean up TextEncoder/Decoder The lack of availability of TextEncoder/Decoder in jsdom environment was causing a huge mess in the codebase. Turns out most of that is not needed, as we can easily stub those classes with the ones natively supported by Node, which are API compatible with DOM ones. Change-Id: Ieab569cf331b2874854c0a8c902e8db24ade9ab8
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.