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.cpp125 if (m_launch_or_attach_time && m_first_private_stop_time) { in ToJSON()
127 elapsed(*m_launch_or_attach_time, *m_first_private_stop_time); in ToJSON()
130 if (m_launch_or_attach_time && m_first_public_stop_time) { in ToJSON()
132 elapsed(*m_launch_or_attach_time, *m_first_public_stop_time); in ToJSON()
199 m_launch_or_attach_time = StatsClock::now(); in SetLaunchOrAttachTime()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h194 std::optional<StatsTimepoint> m_launch_or_attach_time; variable