Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dsender_report_unittest.cc180 const Clock::time_point report_time = in TEST_F() local
182 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()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc121 auto report_time = Timestamp::Millis(report.log_time_ms()); in OnReceiverReport() local
122 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()
/external/iperf3/src/
Diperf_locale.h51 extern const char report_time[] ;
Diperf_locale.c275 const char report_time[] = variable
Diperf_api.c801 iperf_printf(test, report_time, now_str); in iperf_on_connect()
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb76 def report_time(call) method in ProxyBenchmarkClientServiceImpl
/external/libcups/scheduler/
Dmain.c119 report_time, /* Malloc/client/job report time */ in main() local
709 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c761 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()
Dbrw_context.h1236 double report_time; member
Dbrw_context.c1203 brw->shader_time.report_time = 0; in intelDestroyContext()