These methods relate to the selective debugging trace facility.
◆ DPRINTF_UNCONDITIONAL
#define DPRINTF_UNCONDITIONAL |
( |
| x, |
|
|
| ... ) |
Value:
do { \
if (TRACING_ON) { \
::gem5::trace::getDebugLogger()->dprintf_flag( \
} \
} while (0), \
"Use DPRINTFN or DPRINTF with a debug flag instead.")
const std::string & name()
#define DPRINTF_UNCONDITIONAL(x,...)
Tick curTick()
The universal simulation clock.
Definition at line 252 of file trace.hh.
Referenced by TEST().
◆ DTRACE
Value: GEM5_DEPRECATED_MACRO(
DTRACE, debug::x, \
"Replace DTRACE(x) with debug::x.")
Definition at line 171 of file debug.hh.