Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Dlaunch_application39 local total_time="$(echo "$am_output" | grep 'TotalTime:' | sed 's/TotalTime: //g')"
40 verbose_print "total time: $total_time"
44 echo "$total_time"
Drun_app_with_prefetch325 total_time="$(timeout $timeout $DIR/launch_application "$package" "$activity")"
335 echo "Iteration $i. Total time was: $total_time"
337 timings_array+=($total_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/core/proto/android/os/
Dkernelwake.proto44 optional int64 total_time = 7; field