30 {
32 const int ITERS = 100;
33
34
35 unsigned long t0 =
micros();
36 for (
int i = 0; i <
ITERS; i++) {
38 }
39 unsigned long t1 =
micros();
40 unsigned long bl_r6 = (t1 - t0) /
ITERS;
41
42
44 for (
int i = 0; i <
ITERS; i++) {
46 }
48 unsigned long bl_r10 = (t1 - t0) /
ITERS;
49
53
55}
static CRGB canvas_buf[W *H]
Convenience alias for CRGB canvas — use fl::CanvasRGB for no-template syntax.
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
fl::u32 micros()
Universal microsecond timer - returns microseconds since system startup.
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>