| 6457 | |
| 6458 | template <typename Clock> |
| 6459 | struct now { |
| 6460 | TimePoint<Clock> operator()() const { |
| 6461 | return Clock::now(); |
| 6462 | } |
| 6463 | }; |
| 6464 | |
| 6465 | using fp_seconds = std::chrono::duration<double, std::ratio<1>>; |
| 6466 | } // namespace Benchmark |
no outgoing calls
no test coverage detected