Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
debug-counters.h File Reference
Include dependency graph for debug-counters.h:

Go to the source code of this file.

Classes

class  impala::DebugRuntimeProfile
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Macros

#define ENABLE_DEBUG_COUNTERS   1
 
#define DEBUG_SCOPED_TIMER(counter_name)
 
#define DEBUG_COUNTER_ADD(counter_name, v)
 
#define DEBUG_COUNTER_SET(counter_name, v)
 
#define PRETTY_PRINT_DEBUG_COUNTERS(ostream_ptr)   DebugRuntimeProfile::profile().PrettyPrint(ostream_ptr)
 

Macro Definition Documentation

#define DEBUG_COUNTER_ADD (   counter_name,
 
)
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,
 
)
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

Definition at line 21 of file debug-counters.h.

#define PRETTY_PRINT_DEBUG_COUNTERS (   ostream_ptr)    DebugRuntimeProfile::profile().PrettyPrint(ostream_ptr)

Definition at line 55 of file debug-counters.h.