Points&Forces (core)
Software tools facilitating the task of surveying architecture
Macros
a_debug.h File Reference
#include <ctime>
+ Include dependency graph for a_debug.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VE(x)   std::cerr << #x << ": " << x << std::endl;
 
#define VL(x)   std::cerr << #x << ": " << x << " ";
 
#define CE(x)   std::cerr << #x << std::endl;
 
#define CL(x)   std::cerr << #x << " ";
 
#define IE   static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "}" << std::endl;
 
#define IL   static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "} ";
 
#define TI   std::cerr << "user time: " << (double)clock()/CLOCKS_PER_SEC << std::endl;
 

Macro Definition Documentation

◆ CE

#define CE (   x)    std::cerr << #x << std::endl;

Definition at line 44 of file a_debug.h.

◆ CL

#define CL (   x)    std::cerr << #x << " ";

Definition at line 45 of file a_debug.h.

◆ IE

#define IE   static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "}" << std::endl;

Definition at line 46 of file a_debug.h.

◆ IL

#define IL   static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "} ";

Definition at line 47 of file a_debug.h.

◆ TI

#define TI   std::cerr << "user time: " << (double)clock()/CLOCKS_PER_SEC << std::endl;

Definition at line 48 of file a_debug.h.

◆ VE

#define VE (   x)    std::cerr << #x << ": " << x << std::endl;

Definition at line 42 of file a_debug.h.

◆ VL

#define VL (   x)    std::cerr << #x << ": " << x << " ";

Definition at line 43 of file a_debug.h.