Home
last modified time | relevance | path

Searched refs:GetStatistics (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DStatisticTest.cpp87 const auto Range1 = GetStatistics(); in TEST()
103 const auto Range = GetStatistics(); in TEST()
122 auto Range = GetStatistics(); in TEST()
131 auto Range = GetStatistics(); in TEST()
147 auto Range = GetStatistics(); in TEST()
/llvm-project/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py32 stats = target.GetStatistics()
83 stats_summary = target.GetStatistics(stats_options)
112 res = interp.GetStatistics().GetAsJSON(stream)
147 stats = target.GetStatistics(stats_options)
155 stats_force = target.GetStatistics(stats_options)
/llvm-project/lldb/test/API/commands/target/debuginfo/
H A DTestDebugInfoSize.py49 stats = target.GetStatistics()
74 stats = target.GetStatistics()
95 stats = target.GetStatistics()
124 stats = target.GetStatistics()
138 stats = target.GetStatistics(stats_options)
/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h202 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
216 /// GetStatistics().
/llvm-project/lldb/source/Target/
H A DStatistics.cpp148 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
428 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics();
H A DProcess.cpp1319 GetTarget().GetStatistics().SetFirstPublicStopTime(); in AssignIndexIDToThread()
1472 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommand.py572 res = target.GetStatistics().GetAsJSON(stream)
667 res = target.GetStatistics().GetAsJSON(stream)
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h317 SBStructuredData GetStatistics();
H A DSBTarget.h93 lldb::SBStructuredData GetStatistics();
102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter
570 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
H A DSBTarget.cpp201 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()
204 return GetStatistics(options); in GetStatistics()
207 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics()
200 SBStructuredData SBTarget::GetStatistics() { GetStatistics() function in SBTarget
206 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { GetStatistics() function in SBTarget
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h589 llvm::json::Value GetStatistics();
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp274 target.GetStatistics().IncreaseSourceMapDeduceCount(); in SearchCallback()
316 target.GetStatistics().IncreaseSourceRealpathAttemptCount( in SearchCallback()
318 target.GetStatistics().IncreaseSourceRealpathCompatibleCount( in GetDepth()
H A DBreakpoint.cpp1110 json::Value Breakpoint::GetStatistics() { in GetStatistics()
1109 json::Value Breakpoint::GetStatistics() { GetStatistics() function in Breakpoint
/llvm-project/utils/bazel/llvm_configs/
H A Dllvm-config.h.cmake156 /* Whether LLVM records statistics for use with GetStatistics(),
/llvm-project/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake156 /* Whether LLVM records statistics for use with GetStatistics(),
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h669 llvm::json::Value GetStatistics();
/llvm-project/lldb/test/API/commands/statistics/basic/
H A DTestStats.py880 target.GetStatistics(sb_options).GetAsJSON(stream)
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp713 TargetStats &target_stats = GetTarget().GetStatistics();
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1645 TargetStats &GetStatistics() { return m_stats; }
1618 TargetStats &GetStatistics() { return m_stats; } GetStatistics() function
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp1521 lldb::SBStructuredData statistics = target.GetStatistics();
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3649 llvm::json::Value CommandInterpreter::GetStatistics() {
3574 llvm::json::Value CommandInterpreter::GetStatistics() { GetStatistics() function in CommandInterpreter