Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp61 : m_category(category), m_total_start(std::chrono::steady_clock::now()) { in Timer()
86 auto total_dur = stop_time - m_total_start; in ~Timer()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h68 TimePoint m_total_start; variable