Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp47 auto time_value = steady_clock::now(); in DoGetFrameCount() local
59 const auto delta_t = now - time_value; in DoGetFrameCount()
63 time_value = now; in DoGetFrameCount()