HDIM
1.0.0
Packages for High Dimensional Linear Regression
|
Preprocessor macros used for debugging and profiling. More...
#include <stdio.h>
#include <sstream>
#include <string>
#include <stdexcept>
#include <iostream>
#include <type_traits>
#include <assert.h>
#include <fstream>
#include <typeinfo>
Go to the source code of this file.
Macros | |
#define | TIME_IT(func, ...) |
Get the de-mangled name of a type ( as it would appear in the source code ). More... | |
#define | DEBUG_PRINT(x, ...) |
Preprocessor macros used for debugging and profiling.
Functions designed to aid in debugging.
Definition in file debug.hpp.
#define DEBUG_PRINT | ( | x, | |
... | |||
) |
#define TIME_IT | ( | func, | |
... | |||
) |
Get the de-mangled name of a type ( as it would appear in the source code ).