Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp59 module.try_emplace("debugInfoIndexTime", debug_index_time); in ToJSON()
173 double debug_index_time = 0.0; in ReportStatistics() local
221 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
248 debug_index_time += module_stat.debug_index_time; in ReportStatistics()
267 {"totalDebugInfoIndexTime", debug_index_time}, in ReportStatistics()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h113 double debug_index_time = 0.0; member