Searched refs:duration (Results 1 – 9 of 9) sorted by relevance
152 uint64_t duration; in pummel() local202 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()
42 double duration; in BENCHMARK_IMPL() local56 duration = (uv_hrtime() - start_time) / 1e9; in BENCHMARK_IMPL()61 NUM_THREADS, duration, NUM_THREADS / duration); in BENCHMARK_IMPL()
30 :c:type:`uv_stat_t` structs. They are valid for the duration of the
64 duration, and will follow normal timer semantics in the case of a
93 #. The loop blocks for I/O. At this point the loop will block for I/O for the duration calculated
13 functions must remain valid for the duration of the requested operation. Take
102 Can be NULL. Valid for the duration of the callback only.
296 they are running. For example you might be running some long duration task in
3845 * win: wait for full timeout duration (João Reis)
Completed in 22 milliseconds