![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Call tracing for functions you do not want to edit every caller of. More...
#include "common/logging.h"
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DT_DEBUG_TRACE_WRAPPER(thread, function, ...) |
| #define | DT_DEBUG_TRACE_WRAPPER_VOID(thread, function) |
Call tracing for functions you do not want to edit every caller of.
DT_DEBUG_SQLITE3_* family, so a file wanting DT_DEBUG_TRACE_WRAPPER – which has nothing to do with SQL – got database.h and <sqlite3.h> with it. Those macros live in database/sql_debug.h now, next to the connection they call into. Definition in file debug.h.
| #define DT_DEBUG_TRACE_WRAPPER | ( | thread, | |
| function, | |||
| ... | |||
| ) |