Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 20 of 20) sorted by relevance

/tools/trebuchet/
DAndroid.bp52 name: "trebuchet-startup-common",
55 "trebuchet/startup-common/src/**/*.kt",
80 name: "trebuchet-startup-common-tests",
83 "trebuchet/startup-common/test/**/*.kt",
87 "trebuchet-startup-common",
110 manifest: "trebuchet/startup-analyzer/MANIFEST.mf",
112 "trebuchet/startup-analyzer/src/**/*.kt",
116 "trebuchet-startup-common"
123 manifest: "trebuchet/startup-summarizer/MANIFEST.mf",
125 "trebuchet/startup-summarizer/src/**/*.kt",
[all …]
DREADME.md15startup events that occurred during the traced time period, and prints information about the event…
19startup events in each file, and computes average and standard deviation for startup stats, broken…
23 The `scripts/` directory contains a shell script called `run-startup.sh`, which will start a trace,…
Dsettings.gradle27 include 'trebuchet:startup-analyzer'
28 include 'trebuchet:startup-common'
29 include 'trebuchet:startup-summarizer'
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/trebuchet/scripts/
DREADME.md3 ## `run-startup.sh`
7 run-startup.sh <package name> <activity name>
12 startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
Dstartup-analyzer.sh3 ./gradlew :trebuchet:startup-analyzer:run --args="$(echo $@)"
Dstartup-summarizer.sh3 ./gradlew :trebuchet:startup-summarizer:run --args="$(echo $@)"
Drun-startup.sh41 ./gradlew :trebuchet:startup-analyzer:run --args="`pwd`/atrace.trace"
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md4 their startup time. To run the tool, enter the root directory for the
6 :trebuchet:startup-analyzer:run --args="<absolute path to trace file>"`.
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt17 package trebuchet.analyzer.startup
/tools/trebuchet/trebuchet/startup-summarizer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/system-server-analyzer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/user-switch-analyzer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py58 def startup(self, brconfigs): member in BridgeInterface
/tools/asuite/asuite_plugin/
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/metalava/
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/ndkports/
Dgradlew.bat20 @rem Gradle startup script for Windows
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
Dgoogle_wifi.py203 self.access_point.bridge.startup(brconfigs)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_power_test_utils.py211 ap.bridge.startup(brconfigs)