9#ifndef LLDB_API_SBSTATISTICSOPTIONS_H
10#define LLDB_API_SBSTATISTICSOPTIONS_H
30 void SetSummaryOnly(
bool b);
31 bool GetSummaryOnly();
41 void SetIncludeTargets(
bool b);
42 bool GetIncludeTargets()
const;
53 void SetIncludeModules(
bool b);
54 bool GetIncludeModules()
const;
62 void SetIncludeTranscript(
bool b);
63 bool GetIncludeTranscript()
const;
70 void SetReportAllAvailableDebugInfo(
bool b);
71 bool GetReportAllAvailableDebugInfo();
This class handles the verbosity when dumping statistics.
std::unique_ptr< lldb_private::StatisticsOptions > m_opaque_up