You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Simpleperf scripts use 4 spaces for indentation
|
|
|
|
To format the scripts, use:
|
|
|
|
```shell
|
|
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`.
|