MCPcopy Create free account
hub / github.com/cactus-compute/cactus / Timer

Method Timer

tests/test_utils.cpp:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186namespace EngineTestUtils {
187
188Timer::Timer() : start(std::chrono::high_resolution_clock::now()) {}
189
190double Timer::elapsed_ms() const {
191 auto end = std::chrono::high_resolution_clock::now();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected