SPH
Common.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "common/Assert.h"
4 #include "common/ForwardDecl.h"
5 #include "common/Globals.h"
6 
7 #define NAMESPACE_BENCHMARK_BEGIN NAMESPACE_SPH_BEGIN namespace Benchmark {
8 #define NAMESPACE_BENCHMARK_END \
9  } \
10  NAMESPACE_SPH_END
Custom assertions.
Global parameters of the code.