MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / now

Class now

extlibs/catch/include/catch/catch.hpp:6246–6250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

epochFunction · 0.85
operator()Method · 0.85
startMethod · 0.85
finishMethod · 0.85
measureFunction · 0.85
estimate_clock_costFunction · 0.85
err_handler_Method · 0.85
log_msg-inl.hFile · 0.85
elapsed_formatterMethod · 0.85
time_point nowMethod · 0.85
daily_file_sinkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected