commit | 94d98167776afdce2b629b472109fa8b2b3ed9af | [log] [tgz] |
---|---|---|
author | Wenbin Zhang <wenbinzhang@google.com> | Thu Apr 22 06:08:22 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 22 16:37:47 2021 |
tree | d2fc18320e792953b76f03582311e3b6ba79b0ff | |
parent | 656b103975b4248de47d9b7d25e9140019b50abb [diff] |
[telemetry] python3 conversion: imports_six Convert telemetry to Python 3 style applying fixers on telemetry/: python -m modernize -w -f imports_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: I23782e068e696438de3c122b30e108f8ec404507 Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2845560 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