diff --git a/rtengine/amaze_vng4_demosaic_RT.cc b/rtengine/amaze_vng4_demosaic_RT.cc index 841abf9d3..08e142a4e 100644 --- a/rtengine/amaze_vng4_demosaic_RT.cc +++ b/rtengine/amaze_vng4_demosaic_RT.cc @@ -26,7 +26,7 @@ #include "rtengine.h" #include "rawimagesource.h" #include "rt_math.h" -#define BENCHMARK +//#define BENCHMARK #include "StopWatch.h" #include "rt_algo.h" diff --git a/rtengine/vng4_demosaic_RT.cc b/rtengine/vng4_demosaic_RT.cc index b996559b4..d6520607e 100644 --- a/rtengine/vng4_demosaic_RT.cc +++ b/rtengine/vng4_demosaic_RT.cc @@ -23,9 +23,8 @@ #include "rtengine.h" #include "rawimagesource.h" #include "rawimagesource_i.h" -//#include "rt_math.h" #include "../rtgui/multilangmgr.h" -#define BENCHMARK +//#define BENCHMARK #include "StopWatch.h" namespace rtengine @@ -75,7 +74,7 @@ void RawImageSource::vng4_demosaic (const array2D &rawData, array2DsetProgress (progress); } -StopWatch Stop3("loop3"); #ifdef _OPENMP #pragma omp parallel #endif @@ -322,7 +318,7 @@ StopWatch Stop3("loop3"); if(plistenerActive) { plistener->setProgress (0.98); } -Stop3.stop(); + // Interpolate R and B #ifdef _OPENMP #pragma omp parallel for