Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 424 | 14 | 10 | |
run-startup.sh | D | 03-May-2024 | 949 | 42 | 13 | |
run-user-switch-perf.sh | D | 03-May-2024 | 548 | 19 | 9 | |
startup-analyzer.sh | D | 03-May-2024 | 74 | 3 | 1 | |
startup-summarizer.sh | D | 03-May-2024 | 76 | 3 | 1 |
README.md
1This directory contains scripts for automating various tasks. 2 3## `run-startup.sh` 4 5Usage: 6``` 7run-startup.sh <package name> <activity name> 8``` 9 10This script automatically starts an app on a device connected through adb with 11appropriate tracing enabled. It then saves a trace and reports a summary of the 12startup behavior using StartupAnalyzerKt. This script requires `adb` to be in 13your path and that a phone be connected. 14