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

..--

README.mdD23-Mar-2024424 1410

run-startup.shD23-Mar-2024949 4213

run-user-switch-perf.shD23-Mar-2024548 199

startup-analyzer.shD23-Mar-202474 31

startup-summarizer.shD23-Mar-202476 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