Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp166 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, in ReportStatistics() function in DebuggerStats
180 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()
183 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()
H A DTarget.cpp4739 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectStats.cpp114 "{0:2}", DebuggerStats::ReportStatistics(GetDebugger(), target)); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h169 static llvm::json::Value ReportStatistics(Debugger &debugger, Target *target);
H A DTarget.h1559 llvm::json::Value ReportStatistics();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp208 DebuggerStats::ReportStatistics(target_sp->GetDebugger(), in GetStatistics()