MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getResolution

Method getResolution

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4955–4957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4953namespace Catch {
4954
4955auto BenchmarkLooper::getResolution() -> uint64_t {
4956 return getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple();
4957}
4958
4959void BenchmarkLooper::reportStart() {
4960 getResultCapture().benchmarkStarting({m_name});

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected