commit | 4bd51f197655de7b5305479159c5afa3f032cff7 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Mon Nov 18 13:17:22 2024 +0000 |
committer | Steve Golton <stevegolton@google.com> | Mon Nov 18 13:17:22 2024 +0000 |
tree | 762d3a80e5b964bbd899adaac7674c633dd10199 | |
parent | 92a8442a416ab9022e97b4220c5f934eed55dd40 [diff] |
ui: Switch to a more "OO" implementation for `Dataset` - Datasets objects now have `.optimize()`, `query()`, etc methods on the dataset objects themselves instead of having to use standalone functions. This negates the need for the namespace so this has been removed. - Datasets are now defined using classes, so we must use `new XYZDataset()` to create datasets, rather than POJOs. I.e.: return new SourceDataset({...}) Change-Id: Ie0d8d4d9d1e06088d02b62c2d218d3da879c5bfe
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.