OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:after_run
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
benchmark-million-timers.c
46
uint64_t
after_run
;
local
66
after_run
= uv_hrtime();
80
fprintf(stderr, "%.2f seconds dispatch\n", (
after_run
- before_run) / 1e9);
81
fprintf(stderr, "%.2f seconds cleanup\n", (after_all -
after_run
) / 1e9);
benchmark-million-timers.c
46
uint64_t
after_run
;
local
66
after_run
= uv_hrtime();
80
fprintf(stderr, "%.2f seconds dispatch\n", (
after_run
- before_run) / 1e9);
81
fprintf(stderr, "%.2f seconds cleanup\n", (after_all -
after_run
) / 1e9);
Completed in 28 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026