Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp114 if (m_launch_or_attach_time && m_first_private_stop_time) { in ToJSON()
116 elapsed(*m_launch_or_attach_time, *m_first_private_stop_time); in ToJSON()
119 if (m_launch_or_attach_time && m_first_public_stop_time) { in ToJSON()
121 elapsed(*m_launch_or_attach_time, *m_first_public_stop_time); in ToJSON()
160 m_launch_or_attach_time = StatsClock::now(); in SetLaunchOrAttachTime()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h149 std::optional<StatsTimepoint> m_launch_or_attach_time; variable