commit | d61279c9d42a9ad8b15af26178e46b16dc69b3d4 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Sep 14 16:10:11 2020 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Sep 14 16:10:11 2020 +0100 |
tree | bc375bbdebfebef3139df63a247e9cd79d57f7f5 | |
parent | bef393a5a340a4d6303b263cba7adee98372ab7f [diff] |
ui: fix exponential memory usage for async slice tracks A cross join was causing memory usage to exponentially increase. Instead, just query many times for each set of track ids. Bug: 168308231 Change-Id: I10f13c187b20ce7a076f269029e225000cd04449
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.