|
FastLED 3.9.15
|
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
Macros | |
| #define | FL_TRACE fl::make_tuple(__FILE__, int(__LINE__), fl::time()) |
| A macro to capture the current source file, line number, and time. | |
Typedefs | |
| using | fl::TracePoint = fl::tuple<const char*, int, fl::u32> |
| A structure to hold source trace information. | |