Searched refs:report_time (Results 1 – 10 of 10) sorted by relevance
180 const Clock::time_point report_time = in TEST_F() local182 EXPECT_GE(on_or_before, report_time); in TEST_F()183 const auto absolute_difference = (expected_time < report_time) in TEST_F()184 ? (report_time - expected_time) in TEST_F()185 : (expected_time - report_time); in TEST_F()187 << expected_time << " vs " << report_time; in TEST_F()
121 auto report_time = Timestamp::Millis(report.log_time_ms()); in OnReceiverReport() local122 ProcessUntil(report_time); in OnReceiverReport()138 msg.receive_time = report_time; in OnReceiverReport()140 msg.end_time = report_time; in OnReceiverReport()141 last_report_block_time_ = report_time; in OnReceiverReport()157 msg.receive_time = report_time; in OnReceiverReport()
51 extern const char report_time[] ;
275 const char report_time[] = variable
801 iperf_printf(test, report_time, now_str); in iperf_on_connect()
76 def report_time(call) method in ProxyBenchmarkClientServiceImpl
119 report_time, /* Malloc/client/job report time */ in main() local709 report_time = 0; in main()1060 if ((current_time - report_time) >= 60 && LogLevel >= CUPSD_LOG_DEBUG) in main()1097 report_time = current_time; in main()
761 if (brw->shader_time.report_time == 0 || in brw_collect_and_report_shader_time()762 get_time() - brw->shader_time.report_time >= 1.0) { in brw_collect_and_report_shader_time()764 brw->shader_time.report_time = get_time(); in brw_collect_and_report_shader_time()
1236 double report_time; member
1203 brw->shader_time.report_time = 0; in intelDestroyContext()