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

Function measure_one

extlibs/catch/include/catch/catch.hpp:6640–6642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6638 namespace Detail {
6639 template <typename Clock, typename Fun>
6640 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) {
6641 return Detail::measure<Clock>(fun, iters);
6642 }
6643 template <typename Clock, typename Fun>
6644 TimingOf<Clock, Fun(Chronometer)> measure_one(Fun&& fun, int iters, std::true_type) {
6645 Detail::ChronometerModel<Clock> meter;

Callers

nothing calls this directly

Calls 3

complete_invokeFunction · 0.85
elapsedMethod · 0.80
ChronometerClass · 0.70

Tested by

no test coverage detected