commit | efde4cb992de62381f9a411279d5511bfe46c86f | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Jan 29 10:00:33 2021 +0100 |
committer | Primiano Tucci <primiano@google.com> | Fri Jan 29 10:00:33 2021 +0100 |
tree | 6ec984ab685381cbb8c965951eeea41cf12da150 | |
parent | 32f1ddad02156e21fa16a33eef1f979dd698e309 [diff] |
UI: Use numeric sorting for thread tracks Before: [Thread 1, Thread 10, Thread 11, Thread 2, Thread 20] After: [Thread 1, Thread 2, Thread 10, Thread 11] Bug: 178753925 Change-Id: Ifac7b32f70547de6751665f507a3049c2de6eb49
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.