Searched refs:uv_hrtime (Results 1 – 20 of 20) sorted by relevance
57 before_all = uv_hrtime(); in BENCHMARK_IMPL()64 before_run = uv_hrtime(); in BENCHMARK_IMPL()66 after_run = uv_hrtime(); in BENCHMARK_IMPL()72 after_all = uv_hrtime(); in BENCHMARK_IMPL()
73 ns = uv_hrtime(); in BENCHMARK_IMPL()75 ns = uv_hrtime() - ns; in BENCHMARK_IMPL()120 ns = uv_hrtime(); in BENCHMARK_IMPL()122 ns = uv_hrtime() - ns; in BENCHMARK_IMPL()
70 before = uv_hrtime(); in sync_bench()75 after = uv_hrtime(); in sync_bench()112 before = uv_hrtime(); in async_bench()114 after = uv_hrtime(); in async_bench()
46 start_time = uv_hrtime(); in BENCHMARK_IMPL()56 duration = (uv_hrtime() - start_time) / 1e9; in BENCHMARK_IMPL()
38 a = uv_hrtime(); in TEST_IMPL()40 b = uv_hrtime(); in TEST_IMPL()
80 time = uv_hrtime(); in test_async_pummel()84 time = uv_hrtime() - time; in test_async_pummel()
96 time = uv_hrtime(); in test_async()103 time = uv_hrtime() - time; in test_async()
126 start = uv_hrtime(); in BENCHMARK_IMPL()131 stop = uv_hrtime(); in BENCHMARK_IMPL()
202 duration = uv_hrtime(); in pummel()204 duration = uv_hrtime() - duration; in pummel()
288 start_time = uv_hrtime(); in pound_it()297 end_time = uv_hrtime(); in pound_it()
44 t = uv_hrtime(); in timer_spin_cb()46 while (uv_hrtime() - t < 600 * UV_NS_TO_MS) { } in timer_spin_cb()
404 uint64_t t = uv_hrtime(); in test_tcp()406 t = uv_hrtime() - t; in test_tcp()
380 uint64_t hrtime = uv_hrtime() / 1000000; in timer_early_check_cb()
981 exit_time = uv_hrtime(); in uv__metrics_update_idle_time()998 now = uv_hrtime(); in uv__metrics_set_provider_entry_time()1027 idle_time += uv_hrtime() - entry_time; in uv_metrics_idle_time()
183 Use :c:func:`uv_hrtime` if you need sub-millisecond granularity.
654 .. c:function:: uint64_t uv_hrtime(void)
458 uint64_t uv_hrtime(void) { in uv_hrtime() function
152 uint64_t uv_hrtime(void) { in uv_hrtime() function
1815 UV_EXTERN uint64_t uv_hrtime(void);
107 * darwin: simplify uv_hrtime (Saúl Ibarra Corretgé)1494 * win, util: rearrange uv_hrtime (Bartosz Sosnowski)2267 * test: relax uv_hrtime() test assumptions (Ben Noordhuis)5423 * windows/timer: fix uv_hrtime discontinuity (Bert Belder)
Completed in 76 milliseconds