commit | 135038e160173886f809586d5f3b09111aee2424 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Thu Nov 12 20:57:57 2020 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Thu Nov 12 21:00:56 2020 +0000 |
tree | 16ac134f206d8178ef68d86a40d074d69dc2b4c0 | |
parent | cb80f7ff0ccd7d21b91788d9b54756ae34ab3330 [diff] |
PRESUBMIT.py: update arg name to avoid warnings on newer depot_tools Newer depot_tools have switched the argument naming convention again, and cause presubmits to print warnings even when using allow_list/block_list: presubmit_support.py:744: UserWarning: Use files_to_check in FilterSourceFile The logic is still backwards compatible (the allow_list is used if the new param is empty), but the warning is undesirable, as it is pure noise. Afaiu, as-is, this patch will force people to upgrade to a depot_tools that understands the new parameter name. Which feels like an annoyance for such a small change. One alternative would be to drop the argname qualification, and use purely positional args for now (then it'll work with either depot_tools version). Change-Id: I2302928ffd7863b2429e5f33e55ffc07134d7101
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.