Home
last modified time | relevance | path

Searched refs:time_end (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync02.c65 time_t time_start, time_end; in run() local
83 time_end = time(0); in run()
85 if (time_end == -1) { in run()
92 } else if (time_end < time_start) { in run()
95 time_end, time_start); in run()
97 difftime(time_end, time_start)) > time_limit) { in run()
/third_party/ffmpeg/libavfilter/
H A Dopencl.c341 cl_ulong time_end; in ff_opencl_get_event_time() local
344 clGetEventProfilingInfo(event, CL_PROFILING_COMMAND_END, sizeof(time_end), &time_end, NULL); in ff_opencl_get_event_time()
346 return time_end - time_start; in ff_opencl_get_event_time()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c667 int64_t time_end = os_time_get(); in gallivm_compile_module() local
668 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() local
755 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()
/third_party/node/test/common/
H A Dwpt.js89 this.time_end = Date.now();
103 this.time_end = Math.max(this.time_end, prev.time_end);
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.hpp127 const lazy<cl_ulong> &time_end() const;
H A Devent.cpp203 hard_event::time_end() const { in time_end() function in hard_event
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Devent.cpp276 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()
/third_party/musl/ldso/linux/
H A Ddynlink.c3568 struct timespec time_start, time_end, total_start, total_end; in dlopen_impl() local
3721 clock_gettime(CLOCK_MONOTONIC, &time_end); in dlopen_impl()
3722 dlopen_cost.entry_header_time = (time_end.tv_sec - time_start.tv_sec) * CLOCK_SECOND_TO_MILLI in dlopen_impl()
3723 + (time_end.tv_nsec - time_start.tv_nsec) / CLOCK_NANO_TO_MILLI; in dlopen_impl()
3729 clock_gettime(CLOCK_MONOTONIC, &time_end); in dlopen_impl()
3730 dlopen_cost.deps_header_time = (time_end.tv_sec - time_start.tv_sec) * CLOCK_SECOND_TO_MILLI in dlopen_impl()
3731 + (time_end.tv_nsec - time_start.tv_nsec) / CLOCK_NANO_TO_MILLI; in dlopen_impl()
3738 clock_gettime(CLOCK_MONOTONIC, &time_end); in dlopen_impl()
3739 dlopen_cost.map_so_time = (time_end.tv_sec - time_start.tv_sec) * CLOCK_SECOND_TO_MILLI in dlopen_impl()
3740 + (time_end in dlopen_impl()
[all...]

Completed in 11 milliseconds