mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
/// \brief This macro, if defined, activates the QS software tracing
|
|
/// instrumentation.
|
|
///
|
|
/// \note Typically, you define this macro to the compiler in the Spy
|
|
/// build configuration (usually via the -DQ_SPY option).
|
|
///
|
|
#define Q_SPY
|