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

Function micros

src/fl/stl/chrono.cpp.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80fl::u32 micros() {
81 // Note: micros() does not support time injection
82 return fl::platforms::micros();
83}
84
85namespace {
86 // Thread-safe 64-bit millisecond counter state

Callers 8

nowMethod · 0.70
runFunction · 0.50
get_readyFunction · 0.50
logOutputFunction · 0.50
logFrameFunction · 0.50
drawMethod · 0.50
waitForConditionMethod · 0.50
waitForConditionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected