Searched refs:m_launch_or_attach_time (Results 1 – 2 of 2) sorted by relevance
137 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()
313 std::optional<StatsTimepoint> m_launch_or_attach_time; variable