commit | 4bbb31d85565ab7fab0f742a8389ce2ca3c8c8dc | [log] [tgz] |
---|---|---|
author | Zimuzo Ezeozue <zezeozue@google.com> | Fri Jun 21 11:47:55 2024 +0100 |
committer | Zimuzo Ezeozue <zezeozue@google.com> | Wed Jul 03 21:23:44 2024 +0100 |
tree | d4546f4a233295e549f75d957b6c78c034b81c66 | |
parent | 6f45e49d4227a718cef8e218585f3548567bf557 [diff] |
[stdlib]: Add a generic critical path graph module This brings us closer to productionizing and generalizing the critical path algorithm. Still in experimental until the API is fully fledged. 2 functions extracted out: 1. _critical_path(graph_table, root_table) 2. _critical_path_intervals(graph_table, root_table, interval_table) The first works completely in id space, the second 'flattens' for the UI Change-Id: I04130e421eb7ccdb43965fccc01e809c6afbae61
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.