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

Method measure

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

Source from the content-addressed store, hash-verified

6397 public:
6398 template <typename Fun>
6399 void measure(Fun&& fun) { measure(std::forward<Fun>(fun), is_callable<Fun(int)>()); }
6400
6401 int runs() const { return k; }
6402

Callers 1

callMethod · 0.80

Calls 5

measureFunction · 0.85
optimizer_barrierFunction · 0.85
invoke_deoptimizedFunction · 0.85
finishMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected