android13/system/extras/simpleperf/scripts/CONTRIBUTING.md

285 B

Simpleperf scripts use 4 spaces for indentation

To format the scripts, use:

autopep8 --max-line-length 100 --in-place <script.py>

Changes are normally reviewed on top of the AOSP master branch.

New scripts should have documentation in ../doc/scripts_reference.md.