| commit | 48a955aeb028ac005b963e04dddae4e3a4e99778 | [log] [tgz] |
|---|---|---|
| author | Yiwei Zhang <zzyiwei@google.com> | Thu Sep 10 09:39:45 2020 -0700 |
| committer | Yiwei Zhang <zzyiwei@google.com> | Thu Sep 10 16:47:57 2020 -0700 |
| tree | 2b3a389d0cd1c02a9ecd85df37092a7ce1f2d88f | |
| parent | a4cfaa2dfc7f32d0bde13435d255299c9faaf57d [diff] |
Fix the scope of counter_span_view
counter_span_view was meant to be applied only on global counter track
by reading the commit messages and codes. However, it currently would
also capture the other non-global tracks if the same counter name
appeared in those tracks as well. This change fixed the scope here.
Bug: 167416193
Test: tools/diff_test_trace_processor.py <trace_processor_shell> \
--trace-filter='gpu_metric*'
Change-Id: I985af75d163cdf302a60e2050c61907a0b91460d
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.