Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp62 module.try_emplace("debugInfoIndexTime", debug_index_time); in ToJSON()
240 double debug_index_time = 0.0; in ReportStatistics() local
288 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
309 debug_index_time += module_stat.debug_index_time; in ReportStatistics()
341 {"totalDebugInfoIndexTime", debug_index_time}, in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h116 double debug_index_time = 0.0; member