Searched refs:startup (Results 1 – 25 of 31) sorted by relevance
12
53 name: "trebuchet-startup-common",56 "trebuchet/startup-common/src/**/*.kt",81 name: "trebuchet-startup-common-tests",84 "trebuchet/startup-common/test/**/*.kt",88 "trebuchet-startup-common",111 manifest: "trebuchet/startup-analyzer/MANIFEST.mf",113 "trebuchet/startup-analyzer/src/**/*.kt",117 "trebuchet-startup-common",124 manifest: "trebuchet/startup-summarizer/MANIFEST.mf",126 "trebuchet/startup-summarizer/src/**/*.kt",[all …]
15 …startup events that occurred during the traced time period, and prints information about the event…19 …startup 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,…
27 include 'trebuchet:startup-analyzer'28 include 'trebuchet:startup-common'29 include 'trebuchet:startup-summarizer'
4 @rem Gradle startup script for Windows
3 ## `run-startup.sh`7 run-startup.sh <package name> <activity name>12 startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
3 ./gradlew :trebuchet:startup-analyzer:run --args="$(echo $@)"
3 ./gradlew :trebuchet:startup-summarizer:run --args="$(echo $@)"
41 ./gradlew :trebuchet:startup-analyzer:run --args="`pwd`/atrace.trace"
51 pub fn initial_info(&self) -> &super::startup::ChipInfo { in initial_info()54 _ => <super::startup::ChipInfo as ::protobuf::Message>::default_instance(), in initial_info()70 pub fn set_initial_info(&mut self, v: super::startup::ChipInfo) { in set_initial_info()75 pub fn mut_initial_info(&mut self) -> &mut super::startup::ChipInfo { in mut_initial_info()78 …d::option::Option::Some(packet_request::Request_type::InitialInfo(super::startup::ChipInfo::new())… in mut_initial_info()87 pub fn take_initial_info(&mut self) -> super::startup::ChipInfo { in take_initial_info()94 super::startup::ChipInfo::new() in take_initial_info()199 …tobuf::reflect::rt::v2::make_oneof_message_has_get_mut_set_accessor::<_, super::startup::ChipInfo>( in generated_message_descriptor_data()350 InitialInfo(super::super::startup::ChipInfo),748 deps.push(super::startup::file_descriptor().clone()); in file_descriptor()
28 pub mod startup; module
18 "netsim/startup.proto",90 "netsim/startup.proto",115 "netsim/startup.proto",
29 netsim/model.proto netsim/startup.proto netsim/stats.proto
17 package netsim.startup;23 * The startup info proto.
20 import "netsim/startup.proto";49 netsim.startup.ChipInfo initial_info = 1;
17 package trebuchet.analyzer.startup
4 their startup time. To run the tool, enter the root directory for the6 :trebuchet:startup-analyzer:run --args="<absolute path to trace file>"`.
31 compile project(":trebuchet:startup-common")
58 def startup(self, brconfigs): member in BridgeInterface
29 use netsim_proto::startup::ChipInfo;
44 using netsim::startup::Chip;