Searched refs:wall_time (Results 1 – 8 of 8) sorted by relevance
82 init_event.wall_time = time.time()99 graph_event.wall_time = time.time()106 def package_summary_event(data_list, step, wall_time): argument121 summary_event.wall_time = wall_time
46 event.wall_time = time.time()
24 event.wall_time = time.time()
39 def _pack_data(datadict, wall_time): argument61 …[WriterPluginEnum.SUMMARY.value, package_summary_event(summaries, step, wall_time).SerializeToStri…
27 - `wall_time`: The time per iteration, including time waiting for the GPU between Steps in a Trial.43 Currently the script looks in the `out/Release` build directory and measures the `wall_time` metric…
24 required double wall_time = 1; field
28 required double wall_time = 1; field
1469 gint64 wall_time; in gst_video_test_src_ball() local1487 wall_time = g_get_real_time (); in gst_video_test_src_ball()1489 rad = (gdouble) wall_time / 1000000.0; in gst_video_test_src_ball()1490 flipit = (wall_time / 1000000) % 2; in gst_video_test_src_ball()