Home
last modified time | relevance | path

Searched refs:GetResolveTime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h588 StatsDuration::Duration GetResolveTime() const { return m_resolve_time; } in GetResolveTime() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp123 totalBreakpointResolveTime += bp->GetResolveTime().count(); in ToJSON()