Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dtime.c9 static void report_time(ulong cycles) in report_time() function
37 report_time(cycles); in do_time()
/external/iperf3/src/
Diperf_locale.h51 extern const char report_time[] ;
Diperf_locale.c269 const char report_time[] = variable
Diperf_api.c679 iperf_printf(test, report_time, now_str); in iperf_on_connect()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c667 if (brw->shader_time.report_time == 0 || in brw_collect_and_report_shader_time()
668 get_time() - brw->shader_time.report_time >= 1.0) { in brw_collect_and_report_shader_time()
670 brw->shader_time.report_time = get_time(); in brw_collect_and_report_shader_time()
Dbrw_context.h1288 double report_time; member
Dbrw_context.c1086 brw->shader_time.report_time = 0; in intelDestroyContext()
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb76 def report_time(call) method in ProxyBenchmarkClientServiceImpl