commit | 0f1dbbc8482b5e538661e496f5de68e43f2365ed | [log] [tgz] |
---|---|---|
author | Zim <zezeozue@google.com> | Mon Mar 25 10:58:33 2024 +0000 |
committer | Zim <zezeozue@google.com> | Mon Mar 25 15:25:00 2024 +0000 |
tree | ca99e7f5669d15af4c26bb4c226d7ed04ff136e8 | |
parent | b32fb087fbe4b9e0561fe8ed8405cf8450fb1d38 [diff] |
[stdlib]: Weight bounded DFS search A DFS graph search algorithm with an early exit when a reachability tree exceeds a target edge weight sum. Test: tools/diff_test_trace_processor.py out/android/trace_processor_shell --name-filter '.*weight_bounded.*' Change-Id: Id222f4733f0d3f7369cfe671e35544cfd9c91ee7
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.