Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py21 target.SetCollectingStats(True)
23 target.SetCollectingStats(False)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectStats.cpp35 DebuggerStats::SetCollectingStats(true); in DoExecute()
57 DebuggerStats::SetCollectingStats(false); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h154 static void SetCollectingStats(bool enable) { g_collecting_stats = enable; } in SetCollectingStats() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h73 void SetCollectingStats(bool v);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i963 void SetCollectingStats(bool v);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp214 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats() function in SBTarget
220 return DebuggerStats::SetCollectingStats(v); in SetCollectingStats()