commit | 3df8a7e58102422ff2b8e52a465dabd3132e58d8 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Apr 25 14:18:17 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Apr 25 14:18:17 2023 +0100 |
tree | 8cba5eefc39ae4228c0ed339bf2c72a6604976f1 | |
parent | 8ac54f5e6d903a1a76f3893af8e52cdd285d9936 [diff] |
tp: migrate all table functions to use Python based tables This CL removes the last usage of macros for actual tables from the codebase. This allows removing all table macro code in a follow-up CL: we need to keep around the slice table for C++ views but this too will be migrated once C++ views themselves have been migrated. Change-Id: I28a5a834bfaa380fa2ba478fce9fdfba43c92d54
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.