Searched refs:report_time (Results 1 – 8 of 8) sorted by relevance
9 static void report_time(ulong cycles) in report_time() function37 report_time(cycles); in do_time()
51 extern const char report_time[] ;
269 const char report_time[] = variable
679 iperf_printf(test, report_time, now_str); in iperf_on_connect()
667 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()
1288 double report_time; member
1086 brw->shader_time.report_time = 0; in intelDestroyContext()
76 def report_time(call) method in ProxyBenchmarkClientServiceImpl