• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD22-Nov-2023424 1410

run-startup.shD22-Nov-2023949 4213

run-user-switch-perf.shD23-Nov-2023548 199

startup-analyzer.shD22-Nov-202374 31

startup-summarizer.shD22-Nov-202376 31

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