Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp73 static inline __always_inline uint64_t Nanotime() { in Nanotime() function
129 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer()
131 ~ScopedTimer() { res_.end_ns = Nanotime(); } in ~ScopedTimer()