Searched refs:debug_index_time (Results 1 – 2 of 2) sorted by relevance
63 module.try_emplace("debugInfoIndexTime", debug_index_time); in ToJSON()308 double debug_index_time = 0.0; in ReportStatistics() local372 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()393 debug_index_time += module_stat.debug_index_time; in ReportStatistics()426 {"totalDebugInfoIndexTime", debug_index_time}, in ReportStatistics()
146 double debug_index_time = 0.0; member