///////////////////////////////////////////////////////
| 68 | |
| 69 | //////////////////////////////////////////////////////////// |
| 70 | Time Clock::restart() |
| 71 | { |
| 72 | const Time elapsed = getElapsedTime(); |
| 73 | m_refPoint = priv::ClockImpl::now(); |
| 74 | m_stopPoint = {}; |
| 75 | return elapsed; |
| 76 | } |
| 77 | |
| 78 | |
| 79 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected