#include <atomic>
#include <sstream>
#include <iomanip>
#include "gnsstk_export.h"
Go to the source code of this file.
◆ DEBUGTRACE
#define DEBUGTRACE |
( |
|
EXPR | ) |
|
Value: { \
std::ostringstream os; \
os << "* " << std::fixed << std::setprecision(15) \
}
Definition at line 119 of file DebugTrace.hpp.
◆ DEBUGTRACE_DISABLE
#define DEBUGTRACE_DISABLE |
( |
| ) |
|
◆ DEBUGTRACE_ENABLE
#define DEBUGTRACE_ENABLE |
( |
| ) |
|
Value:
std::cerr << "WARNING: Tracing is enabled, expect slow performance" \
<< std::endl; \
}
Definition at line 107 of file DebugTrace.hpp.
◆ DEBUGTRACE_FUNCTION