Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp370 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics() local
371 global_stats.try_emplace("commands", std::move(cmd_stats)); in ReportStatistics()