MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getResolution

Method getResolution

tests/catch.hpp:6257–6259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6255namespace Catch {
6256
6257 auto BenchmarkLooper::getResolution() -> uint64_t {
6258 return getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple();
6259 }
6260
6261 void BenchmarkLooper::reportStart() {
6262 getResultCapture().benchmarkStarting( { m_name } );

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected