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

/netbsd-current/external/mit/libuv/dist/test/
H A Dbenchmark-million-timers.c47 uint64_t after_all; local
72 after_all = uv_hrtime();
78 fprintf(stderr, "%.2f seconds total\n", (after_all - before_all) / 1e9);
81 fprintf(stderr, "%.2f seconds cleanup\n", (after_all - after_run) / 1e9);

Completed in 75 milliseconds