OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clock_now
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/unistd/
time.c
49
static inline clock_t
clock_now
(void)
function
62
clock_start =
clock_now
();
72
return
clock_now
() - clock_start;
Completed in 878 milliseconds