Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h92 StatsDuration::Duration GetIndexTime() { return m_index_time; } in GetIndexTime()
94 void ResetStatistics() { m_index_time.reset(); } in ResetStatistics()
98 StatsDuration m_index_time; variable
H A DManualDWARFIndex.cpp39 ElapsedTime elapsed(m_index_time); in Index()