Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp419 json::Object global_stats{ in ReportStatistics() local
449 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()