Home
last modified time | relevance | path

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

/third_party/skia/platform_tools/android/apps/skottie/
Dskottie_metric.sql30 CREATE VIEW startup_time AS view
238 'startup_time', startup_time.start_time
262 LEFT JOIN startup_time ON (startup_time.render_thread_id = hwui_processes.render_thread_id)
Dskottie_metric.proto55 optional int64 startup_time = 19; field
/third_party/weston/desktop-shell/
Dshell.h220 struct timespec startup_time; member
Dshell.c4360 if (now.tv_sec - shell->startup_time.tv_sec < 30) { in check_desktop_shell_crash_too_early()
5250 clock_gettime(CLOCK_MONOTONIC, &shell->startup_time); in wet_shell_init()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c268 static GstClockTime startup_time = 0; variable
410 startup_time = gst_util_get_timestamp (); in sync_bus_callback()
1015 TIME_ARGS (startup_time - initial_time), TIME_ARGS (target_startup)); in print_performance_data()