Home
last modified time | relevance | path

Searched refs:total_time (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/startop/scripts/app_startup/
Dparse_metrics176 total_time="-1"
184 total_time="$(echo "$input_line" | sed 's/TotalTime: \([[:digit:]]\+\)/\1/g')"
190 echo "TotalTime_ms=$total_time"
Drun_app_with_prefetch440total_time="$(timeout $timeout "$DIR/launch_application" "$package" "$activity" | "$DIR/parse_metr…
442total_time="$(timeout $timeout "$DIR/launch_application" "$package" "$activity" | "$DIR/parse_metr…
459 echo "Iteration $i. Total time was: $total_time"
461 timings_array+=("$total_time")
Drun_app_with_prefetch.py141 total_time = AppRunner.parse_total_time(am_start_output)
145 return 'TotalTime={}\nDisplayedTime={}'.format(total_time, displayed_time)
/frameworks/base/cmds/incident_helper/testdata/
Dkernel_wakeups.txt1 name active_count event_count wakeup_count expire_count active_since total_time max_time last_chan…
/frameworks/base/core/java/android/os/
DEventLogTags.logtags5 230000 service_manager_stats (call_count|1),(total_time|1|3),(duration|1|3)
/frameworks/base/startop/scripts/iorap/
Dcollector385 total_time="$(echo "$am_output" | grep 'TotalTime:' | sed 's/TotalTime: //g')"
386 verbose_print "total time: $total_time"
/frameworks/base/core/proto/android/os/
Dkernelwake.proto44 optional int64 total_time = 7; field
Dcpu_usage.proto51 optional int32 total_time = 15; field