commit | 3e16bfdc3fee4e84ead52ce6bbea32a2088a8c1f | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jan 30 23:06:26 2024 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jan 30 23:06:26 2024 +0000 |
tree | dffd26927a944359d535e747527b53b7142acdee | |
parent | 20abb55d5f88f98ffdb723246876738a97b77437 [diff] |
tp: remove experimental package and diffuse contents into other packages This CL removes the central "experimental" module from the stdlib. This module's design was a bit of a mistake as it became a central dumping ground for randoming things without clear ownership. Also making the tables visible in the documentation while not being something people should depend on was a bit of a misnomer. Instead diffuse the modules inside into other packages and make all the experimental_ prefixed tables just _ (i.e. internal tables which ~have the same guarantees of being breakable at any time). Change-Id: I7f2b85476f6bb53690ec2900d542463f184900d6
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.