Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi.h291 uint64_t ofi_gettime_ns(void);
/dports/net/mpich/mpich-3.4.3/modules/libfabric/docs/
H A Dproviders109 ofi_gettime_ns() - return current time in nanoseconds
/dports/net/mpich/mpich-3.4.3/modules/libfabric/src/
H A Dcommon.c221 uint64_t ofi_gettime_ns(void) in ofi_gettime_ns() function
231 return ofi_gettime_ns() / 1000; in ofi_gettime_us()
236 return ofi_gettime_ns() / 1000000; in ofi_gettime_ms()