AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
UtilityFunctions.hpp File Reference
#include <string>
#include <experimental/filesystem>
#include <barrier>
#include <functional>
#include <Common/Types.h>
#include <sys/time.h>
Include dependency graph for UtilityFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INTELLI::UtilityFunctions
 

Namespaces

 INTELLI
 

Macros

#define N   624
 
#define M   397
 
#define MATRIX_A   0x9908b0dfUL /* constant vector a */
 
#define UPPER_MASK   0x80000000UL /* most significant w-r bits */
 
#define LOWER_MASK   0x7fffffffUL /* least significant r bits */
 
#define TRUE   1
 
#define FALSE   0
 
#define TIME_LAST_UNIT_MS   1000
 
#define TIME_LAST_UNIT_US   1000000