Disabled StopWatch

This commit is contained in:
heckflosse
2016-07-01 15:04:34 +02:00
parent 58e560b88e
commit b8c5ee7e47

View File

@@ -37,7 +37,7 @@
#include <omp.h>
#endif
#include "opthelper.h"
#define BENCHMARK
//#define BENCHMARK
#include "StopWatch.h"
#define clipretinex( val, minv, maxv ) (( val = (val < minv ? minv : val ) ) > maxv ? maxv : val )
#undef CLIPD
@@ -1664,7 +1664,7 @@ int RawImageSource::load (const Glib::ustring &fname, bool batch)
void RawImageSource::preprocess (const RAWParams &raw, const LensProfParams &lensProf, const CoarseTransformParams& coarse, bool prepareDenoise)
{
BENCHFUN
// BENCHFUN
MyTime t1, t2;
t1.set();