Searched refs:time_end (Results 1 – 6 of 6) sorted by relevance
60 time_t time_start, time_end; in run() local78 time_end = time(0); in run()80 if (time_end == -1) { in run()87 } else if (time_end < time_start) { in run()90 time_end, time_start); in run()92 difftime(time_end, time_start)) > TIME_LIMIT) { in run()
356 cl_ulong time_end; in ff_opencl_get_event_time() local359 clGetEventProfilingInfo(event, CL_PROFILING_COMMAND_END, sizeof(time_end), &time_end, NULL); in ff_opencl_get_event_time()361 return time_end - time_start; in ff_opencl_get_event_time()
667 int64_t time_end = os_time_get(); in gallivm_compile_module() local668 int time_msec = (int)((time_end - time_begin) / 1000); in gallivm_compile_module()754 int64_t time_end = os_time_get(); in gallivm_jit_function() local755 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()
127 const lazy<cl_ulong> &time_end() const;
203 hard_event::time_end() const { in time_end() function in hard_event
276 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()