aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBStatisticsOptionsDocstrings.i
blob: f72cf84319e19bab19f6307655fa8385f0a6b2e1 (plain)
1
2
3
4
5
6
7
8
%feature("docstring",
"A container for options to use when dumping statistics."
) lldb::SBStatisticsOptions;

%feature("docstring", "Sets whether the statistics should only dump a summary."
) lldb::SBStatisticsOptions::SetSummaryOnly;
%feature("docstring", "Gets whether the statistics only dump a summary."
) lldb::SBStatisticsOptions::GetSummaryOnly;