| 36 | |
| 37 | public: |
| 38 | Stopwatch() : start_point(Clock::now()) {} |
| 39 | |
| 40 | // Returns elapsed time |
| 41 | template <typename Rep = typename Clock::duration::rep, typename Units = typename Clock::duration> Rep elapsedTime() const { |
nothing calls this directly
no outgoing calls
no test coverage detected