Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp139 const uint64_t total_nsec_uint = GetTotalElapsedNanoSeconds(); in ~Timer() local
141 const double total_nsec = total_nsec_uint; in ~Timer()