Searched refs:symtab_index_time (Results 1 – 2 of 2) sorted by relevance
55 module.try_emplace("symbolTableIndexTime", symtab_index_time); in ToJSON()191 double symtab_index_time = 0.0; in ReportStatistics() local227 module_stat.symtab_index_time = module->GetSymtabIndexTime().get().count(); in ReportStatistics()272 symtab_index_time += module_stat.symtab_index_time; in ReportStatistics()299 {"totalSymbolTableIndexTime", symtab_index_time}, in ReportStatistics()
114 double symtab_index_time = 0.0; member