Home
last modified time | relevance | path

Searched defs:ScopedTimer (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp126 class ScopedTimer { class
128 ScopedTimer(TimedResult& res) : res_(res) { res_.start_ns = Nanotime(); } in ScopedTimer() function in __anon724b4cac0111::ScopedTimer