Gobelijn API documentation
- generated for commit a0cbea7
|
Header for the class BlockTracer. More...
Go to the source code of this file.
Classes | |
class | UA_CoMP::Misc::BlockTracer |
Class whose constructor/destructor pair are used to mark entering and leaving a code block. More... | |
Namespaces | |
UA_CoMP | |
Namespace Comp groups all code developed by the CoMP group. | |
UA_CoMP::Misc | |
Legacy miscellaneous code. | |
Macros | |
#define | COMP_MISC_BLOCK_TRACER(MSG) UA_CoMP::Misc::BlockTracer macro_defined_block_tracer##__LINE__(MSG) |
Macro for tracking block scope. More... | |
Header for the class BlockTracer.
Definition in file BlockTracer.h.
#define COMP_MISC_BLOCK_TRACER | ( | MSG | ) | UA_CoMP::Misc::BlockTracer macro_defined_block_tracer##__LINE__(MSG) |
Macro for tracking block scope.
Definition at line 12 of file BlockTracer.h.
Referenced by app_essentialops(), and app_exception().