commit | 211d6a39df8b20fc412cc4587aa4f616b087363a | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Thu Oct 05 13:08:43 2023 +0100 |
committer | Steve Golton <stevegolton@google.com> | Thu Oct 05 13:08:43 2023 +0100 |
tree | 842ac763455315b1689092700564b60c99397e06 | |
parent | b752fbd5fdc428d6764177230d98d9e42629cc2e [diff] |
[ui] Rename various things. PluginTrackInfo -> TrackDescriptor Track -> TrackBase TrackLike -> Track TracePluginContext -> PluginContextTrace (like Vnode vs VnodeDOM) TrackInfo -> TrackInstanceDescriptor registerTrack() -> LEGACY_registerTrack() registerTrackController() -> LEGACY_registerTrackController() PluginInfo -> PluginDescriptor TrackDescriptor.trackFactory -> TrackDescriptor.track Change-Id: Ib267ca2a445eac010e2e87e8252aa9991dbaba90
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.