ui: Move most core_plugins to plugins * Rename all moved plugins starting with 'perfetto.XXX' to 'dev.perfetto.XXX' for consistency. * Move core/colorizer.ts to public/lib. * Replace some usages of raf.scheduleFullRedraw() with trace.scheduleFullRedraw(). * Provide a method on the App interface to allow navigating to a new hash url using the router. The remaining plugins in core_plugins rely on core/ in a non trivial way. Change-Id: I45a827874283218488736ed435f6de45fb8d2bbc
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.