Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp58 module.try_emplace("debugInfoParseTime", debug_parse_time); in ToJSON()
192 double debug_parse_time = 0.0; in ReportStatistics() local
244 module_stat.debug_parse_time = sym_file->GetDebugInfoParseTime().count(); in ReportStatistics()
273 debug_parse_time += module_stat.debug_parse_time; in ReportStatistics()
302 {"totalDebugInfoParseTime", debug_parse_time}, in ReportStatistics()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h115 double debug_parse_time = 0.0; member