Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dclock.cpp41 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC)); in clock()
/bionic/libc/include/
Dtime.h38 #define CLOCKS_PER_SEC 1000000 macro
/bionic/tests/
Dtime_test.cpp582 ASSERT_LT(t1 - t0, CLOCKS_PER_SEC / 1000); in TEST()