Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2374 uint64_t nanotime = NanoTime(); in DumpStack() local
2389 os << "DumpLatencyMs: " << static_cast<float>(nanotime - start.value()) / 1000000.0 << "\n"; in DumpStack()