18#ifndef DT_COMMON_LOGGING_H
19#define DT_COMMON_LOGGING_H
87#define DT_DEBUG_SUPERVISOR ((int32_t)(1u << 31))
dt_debug_thread_t
Debug channels, selected at runtime with -d <channel>.
@ DT_DEBUG_CAMERA_SUPPORT
int32_t dt_get_debug_flags(void)
void void dt_print_nts(dt_debug_thread_t thread, const char *msg,...) __attribute__((format(printf
dt_print() without the timestamp prefix (nts = no time stamp).
void dt_print(dt_debug_thread_t thread, const char *msg,...) __attribute__((format(printf
Print to stdout when thread is enabled, prefixed with seconds since startup.
void void void dt_vprint(dt_debug_thread_t thread, const char *msg,...) __attribute__((format(printf
dt_print() that additionally requires DT_DEBUG_VERBOSE to be enabled, i.e. both -d <channel> and -d v...
float dt_aligned_pixel_simd_t __attribute__((vector_size(16), aligned(16)))
Apply one channel's tone curve to each of the three colour channels, or pass the channel through unto...