ape  0.5.0
Audio Programming Environment
Macros
trace.h File Reference

Go to the source code of this file.

Macros

#define TRC(...)   __VA_ARGS__
 Trace an expression (only!) in the oscilloscope. Expression is only evaluated once and always done. If the user hasn't enabled tracing or the oscilloscope, there's no overhead in calling this. More...
 

Macro Definition Documentation

◆ TRC

#define TRC (   ...)    __VA_ARGS__

Trace an expression (only!) in the oscilloscope. Expression is only evaluated once and always done. If the user hasn't enabled tracing or the oscilloscope, there's no overhead in calling this.