Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dbench_load_library.cpp29 static double now_ms() { in now_ms() function
50 start_ms_ = now_ms(); in ScopedTimer()
54 double elapsed_ms = now_ms() - start_ms_; in ~ScopedTimer()