commit | fd4d35a49a693f36f1c4bb5867cfe7aced3f8291 | [log] [tgz] |
---|---|---|
author | Wenbin Zhang <wenbinzhang@google.com> | Thu Apr 22 16:45:29 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 22 18:15:57 2021 |
tree | b761523e5a8cb6eaf5ee73a9b686148fef9e0998 | |
parent | ed57c0f77cce4c9dff0c66654f39e9e85daf3859 [diff] |
[telemetry] python3 conversion: input_six Convert telemetry to Python 3 style applying fixers on telemetry/: python -m modernize -w -f input_six . This is one of the CLs converting Telemetry to be compatible for Python3. The conversion utilizes the modernize module: https://pypi.org/project/modernize/ Bug: chromium:1198408 Change-Id: Icd29cc60198929dee7691aecafe1a01b70ab49b8 Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2846129 Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:
These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.
Please see our contributor's guide