MCPcopy Create free account
hub / github.com/apache/trafficserver / measure_one

Function measure_one

lib/catch2/catch.hpp:6861–6863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6859 namespace Detail {
6860 template <typename Clock, typename Fun>
6861 TimingOf<Clock, Fun, int> measure_one(Fun&& fun, int iters, std::false_type) {
6862 return Detail::measure<Clock>(fun, iters);
6863 }
6864 template <typename Clock, typename Fun>
6865 TimingOf<Clock, Fun, Chronometer> measure_one(Fun&& fun, int iters, std::true_type) {
6866 Detail::ChronometerModel<Clock> meter;

Callers

nothing calls this directly

Calls 3

complete_invokeFunction · 0.85
ChronometerClass · 0.85
elapsedMethod · 0.45

Tested by

no test coverage detected