Searched refs:global_stats (Results 1 – 1 of 1) sorted by relevance
419 json::Object global_stats{ in ReportStatistics() local449 global_stats.try_emplace("targets", std::move(json_targets)); in ReportStatistics()456 global_stats.try_emplace("totalSymbolLocatorTime", std::move(obj)); in ReportStatistics()463 global_stats.try_emplace("memory", std::move(json_memory)); in ReportStatistics()466 global_stats.try_emplace("commands", std::move(cmd_stats)); in ReportStatistics()470 global_stats.try_emplace("modules", std::move(json_modules)); in ReportStatistics()499 global_stats.try_emplace("transcript", in ReportStatistics()505 global_stats.try_emplace("plugins", PluginManager::GetJSON()); in ReportStatistics()508 return std::move(global_stats); in ReportStatistics()