MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getResolution

Method getResolution

unittests/catch.hpp:5156–5158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5154namespace Catch {
5155
5156 auto BenchmarkLooper::getResolution() -> uint64_t {
5157 return getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple();
5158 }
5159
5160 void BenchmarkLooper::reportStart() {
5161 getResultCapture().benchmarkStarting( { m_name } );

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected