FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getElapsedMs()

fl::u32 fl::test::TestContext::getElapsedMs ( ) const

Get elapsed time for current test (in ms)

Definition at line 326 of file fltest.cpp.hpp.

326 {
327 if (!mGetMillis) {
328 return 0;
329 }
331}
GetMillisFunc mGetMillis
Definition fltest.h:266
fl::u32 mCurrentTestStartMs
Definition fltest.h:269

References FL_NOEXCEPT, mCurrentTestStartMs, and mGetMillis.