Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp137 if (m_launch_or_attach_time && m_first_private_stop_time) { in ToJSON()
139 elapsed(*m_launch_or_attach_time, *m_first_private_stop_time); in ToJSON()
142 if (m_launch_or_attach_time && m_first_public_stop_time) { in ToJSON()
144 elapsed(*m_launch_or_attach_time, *m_first_public_stop_time); in ToJSON()
217 m_launch_or_attach_time.reset(); in Reset()
235 m_launch_or_attach_time = StatsClock::now(); in SetLaunchOrAttachTime()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h313 std::optional<StatsTimepoint> m_launch_or_attach_time; variable