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

◆ time()

fl::u64 fl::time ( )
inline

Alias for millis64() - returns 64-bit millisecond time.

This function is an alias for fl::millis64() and provides a convenient shorter name for getting the 64-bit millisecond timer value.

Returns
Number of milliseconds since system startup as a 64-bit value
Note
Inline function - zero overhead
See also
millis64() for full documentation

Definition at line 346 of file chrono.h.

346 {
347 return fl::millis64();
348}
fl::u64 millis64()
64-bit millisecond timer - returns milliseconds since system startup without wraparound

References FL_NOEXCEPT, millis64(), and time().

Referenced by fl::audio::detector::Key::Key(), fl::HashMapLru< Key, T, Hash, KeyEqual, INLINED_COUNT >::ValueWithTimestamp::ValueWithTimestamp(), fl::task::Handle::_set_last_run_time(), fl::video::VideoImpl::draw(), fl::third_party::MP3Decode(), noiseCylinderCRGB(), noiseCylinderHSV16(), noiseCylinderHSV8(), noiseRingCRGB(), noiseRingHSV16(), noiseRingHSV8(), noiseSphereCRGB(), noiseSphereHSV16(), noiseSphereHSV8(), fl::third_party::plm_audio_set_time(), fl::third_party::plm_frame_to_abgr(), fl::third_party::plm_seek(), fl::third_party::plm_seek_frame(), fl::third_party::plm_video_set_time(), fl::task::Handle::set_last_run_time(), fl::task::ITaskImpl::set_last_run_time(), fl::task::TimeTask::set_last_run_time(), and time().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: