Remove all BENCHMARK defines

This commit is contained in:
heckflosse 2018-01-22 19:04:42 +01:00
parent ac1238e774
commit fc77fd6964
5 changed files with 0 additions and 5 deletions

View File

@ -37,7 +37,6 @@
#include "sleef.c" #include "sleef.c"
#include "opthelper.h" #include "opthelper.h"
#include "median.h" #include "median.h"
//#define BENCHMARK
#include "StopWatch.h" #include "StopWatch.h"
#ifdef _OPENMP #ifdef _OPENMP
#include <omp.h> #include <omp.h>

View File

@ -26,7 +26,6 @@
#include "iccstore.h" #include "iccstore.h"
#include "../rtgui/mydiagonalcurve.h" #include "../rtgui/mydiagonalcurve.h"
#include "improcfun.h" #include "improcfun.h"
#define BENCHMARK
#include "StopWatch.h" #include "StopWatch.h"
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>

View File

@ -40,7 +40,6 @@
#include "improccoordinator.h" #include "improccoordinator.h"
#include "clutstore.h" #include "clutstore.h"
#include "ciecam02.h" #include "ciecam02.h"
//#define BENCHMARK
#include "StopWatch.h" #include "StopWatch.h"
#include "../rtgui/ppversion.h" #include "../rtgui/ppversion.h"
#include "../rtgui/guiutils.h" #include "../rtgui/guiutils.h"

View File

@ -38,7 +38,6 @@
#include <omp.h> #include <omp.h>
#endif #endif
#include "opthelper.h" #include "opthelper.h"
#define BENCHMARK
#include "StopWatch.h" #include "StopWatch.h"
#define clipretinex( val, minv, maxv ) (( val = (val < minv ? minv : val ) ) > maxv ? maxv : val ) #define clipretinex( val, minv, maxv ) (( val = (val < minv ? minv : val ) ) > maxv ? maxv : val )
#undef CLIPD #undef CLIPD

View File

@ -69,7 +69,6 @@
#include "improcfun.h" #include "improcfun.h"
#include "settings.h" #include "settings.h"
#include "iccstore.h" #include "iccstore.h"
//#define BENCHMARK
#include "StopWatch.h" #include "StopWatch.h"
#include "sleef.c" #include "sleef.c"
#include "opthelper.h" #include "opthelper.h"