| 6244 | |
| 6245 | template <typename Clock> |
| 6246 | struct now { |
| 6247 | TimePoint<Clock> operator()() const { |
| 6248 | return Clock::now(); |
| 6249 | } |
| 6250 | }; |
| 6251 | |
| 6252 | using fp_seconds = std::chrono::duration<double, std::ratio<1>>; |
| 6253 | } // namespace Benchmark |
no outgoing calls
no test coverage detected