16d268577SWanyi %feature("docstring", 26d268577SWanyi "A container for options to use when dumping statistics." 36d268577SWanyi ) lldb::SBStatisticsOptions; 46d268577SWanyi 56d268577SWanyi %feature("docstring", "Sets whether the statistics should only dump a summary." 66d268577SWanyi ) lldb::SBStatisticsOptions::SetSummaryOnly; 76d268577SWanyi %feature("docstring", "Gets whether the statistics only dump a summary." 86d268577SWanyi ) lldb::SBStatisticsOptions::GetSummaryOnly; 9*dd7386d8SWanyi %feature("docstring", " 10*dd7386d8SWanyi Sets whether the statistics will force loading all possible debug info." 11*dd7386d8SWanyi ) lldb::SBStatisticsOptions::SetReportAllAvailableDebugInfo; 12*dd7386d8SWanyi %feature("docstring", " 13*dd7386d8SWanyi Gets whether the statistics will force loading all possible debug info." 14*dd7386d8SWanyi ) lldb::SBStatisticsOptions::GetReportAllAvailableDebugInfo; 15