From b8c5ee7e47b28a15c2edff43da01e627191d9485 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Fri, 1 Jul 2016 15:04:34 +0200 Subject: [PATCH] Disabled StopWatch --- rtengine/rawimagesource.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 5b3232af5..56ef57a07 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -37,7 +37,7 @@ #include #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();