Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp61 module.try_emplace("debugInfoParseTime", debug_parse_time); in ToJSON()
239 double debug_parse_time = 0.0; in ReportStatistics() local
289 module_stat.debug_parse_time = sym_file->GetDebugInfoParseTime().count(); in ReportStatistics()
308 debug_parse_time += module_stat.debug_parse_time; in ReportStatistics()
340 {"totalDebugInfoParseTime", debug_parse_time}, in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h115 double debug_parse_time = 0.0; member