FastLED 3.9.15
Loading...
Searching...
No Matches
trace.h File Reference
#include "fl/tuple.h"
#include "fl/time.h"
#include "fl/stdint.h"
+ 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, uint32_t>
 A structure to hold source trace information.