Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
#define DEBUG_COUNTER_ADD |
( |
|
counter_name, |
|
|
|
v |
|
) |
| |
Value:COUNTER_ADD(DebugRuntimeProfile::profile().AddCounter(counter_name, \
TUnit::UNIT), v)
#define COUNTER_ADD(c, v)
Definition at line 47 of file debug-counters.h.
#define DEBUG_COUNTER_SET |
( |
|
counter_name, |
|
|
|
v |
|
) |
| |
Value:COUNTER_SET(DebugRuntimeProfile::profile().AddCounter(counter_name, \
TUnit::UNIT), v)
#define COUNTER_SET(c, v)
Definition at line 51 of file debug-counters.h.
#define DEBUG_SCOPED_TIMER |
( |
|
counter_name | ) |
|
Value:COUNTER_SCOPED_TIMER(DebugRuntimeProfile::profile().AddCounter(counter_name, \
TUnit::CPU_TICKS))
Definition at line 43 of file debug-counters.h.
#define ENABLE_DEBUG_COUNTERS 1 |
#define PRETTY_PRINT_DEBUG_COUNTERS |
( |
|
ostream_ptr | ) |
DebugRuntimeProfile::profile().PrettyPrint(ostream_ptr) |