MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / ElapsedMicro

Method ElapsedMicro

framework/test/util/TestUtils.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 long long
84 HighPrecisionTimer::ElapsedMicro()
85 {
86 uint64_t current = mach_absolute_time();
87 return static_cast<double>(current - startTime) * timeConvert;
88 }
89
90#elif defined(US_PLATFORM_POSIX)
91

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected