1*0fca6ea1SDimitry Andric %feature("docstring", 2*0fca6ea1SDimitry Andric "A container for options to use when dumping statistics." 3*0fca6ea1SDimitry Andric ) lldb::SBStatisticsOptions; 4*0fca6ea1SDimitry Andric 5*0fca6ea1SDimitry Andric %feature("docstring", "Sets whether the statistics should only dump a summary." 6*0fca6ea1SDimitry Andric ) lldb::SBStatisticsOptions::SetSummaryOnly; 7*0fca6ea1SDimitry Andric %feature("docstring", "Gets whether the statistics only dump a summary." 8*0fca6ea1SDimitry Andric ) lldb::SBStatisticsOptions::GetSummaryOnly; 9*0fca6ea1SDimitry Andric %feature("docstring", " 10*0fca6ea1SDimitry Andric Sets whether the statistics will force loading all possible debug info." 11*0fca6ea1SDimitry Andric ) lldb::SBStatisticsOptions::SetReportAllAvailableDebugInfo; 12*0fca6ea1SDimitry Andric %feature("docstring", " 13*0fca6ea1SDimitry Andric Gets whether the statistics will force loading all possible debug info." 14*0fca6ea1SDimitry Andric ) lldb::SBStatisticsOptions::GetReportAllAvailableDebugInfo; 15