Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp152 const StatisticsOptions &stats_options = m_options.GetStatisticsOptions(); in DoExecute() local
153 if (stats_options.GetIncludeTranscript() && in DoExecute()
162 DebuggerStats::ReportStatistics(GetDebugger(), target, stats_options)); in DoExecute()