Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 9 of 9) sorted by relevance

/libuv/test/
H A Dbenchmark-udp-pummel.c152 uint64_t duration; in pummel() local
202 duration = uv_hrtime(); in pummel()
204 duration = uv_hrtime() - duration; in pummel()
206 duration = duration / (uint64_t) 1e6; in pummel()
212 recv_cb_called / (duration / 1000.0), in pummel()
213 send_cb_called / (duration / 1000.0), in pummel()
216 duration / 1000.0); in pummel()
H A Dbenchmark-thread.c42 double duration; in BENCHMARK_IMPL() local
56 duration = (uv_hrtime() - start_time) / 1e9; in BENCHMARK_IMPL()
61 NUM_THREADS, duration, NUM_THREADS / duration); in BENCHMARK_IMPL()
/libuv/docs/src/
H A Dfs_poll.rst30 :c:type:`uv_stat_t` structs. They are valid for the duration of the
H A Dtimer.rst64 duration, and will follow normal timer semantics in the case of a
H A Ddesign.rst93 #. The loop blocks for I/O. At this point the loop will block for I/O for the duration calculated
H A Dhandle.rst13 functions must remain valid for the duration of the requested operation. Take
H A Dudp.rst102 Can be NULL. Valid for the duration of the callback only.
/libuv/docs/src/guide/
H A Dthreads.rst296 they are running. For example you might be running some long duration task in
/libuv/
H A DChangeLog3845 * win: wait for full timeout duration (João Reis)

Completed in 23 milliseconds