MCPcopy Create free account
hub / github.com/FastLED/FastLED / getElapsedMs

Method getElapsedMs

src/fl/test/fltest.cpp.hpp:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326fl::u32 TestContext::getElapsedMs() const FL_NOEXCEPT {
327 if (!mGetMillis) {
328 return 0;
329 }
330 return mGetMillis() - mCurrentTestStartMs;
331}
332
333bool TestContext::enterSubcase(const SubcaseSignature& sig) FL_NOEXCEPT {
334 // We're at subcase discovery depth mSubcaseDiscoveryDepth

Callers 1

fltest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected