MCPcopy Create free account
hub / github.com/RenderKit/oidn / now

Class now

external/catch.hpp:6459–6463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

resetFunction · 0.85
queryFunction · 0.85
operator()Method · 0.85
startMethod · 0.85
finishMethod · 0.85
measureFunction · 0.85
estimate_clock_costFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected