From 929c0ad1b3aecf18fce6245e0b75809990d8c364 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 3 Oct 2015 00:17:18 +0200 Subject: [PATCH] Removed Stopwatches --- rtengine/amaze_demosaic_RT.cc | 2 -- rtengine/rawimagesource.cc | 2 -- 2 files changed, 4 deletions(-) diff --git a/rtengine/amaze_demosaic_RT.cc b/rtengine/amaze_demosaic_RT.cc index 289bfa46e..dc2d4316e 100644 --- a/rtengine/amaze_demosaic_RT.cc +++ b/rtengine/amaze_demosaic_RT.cc @@ -31,14 +31,12 @@ #include "procparams.h" #include "sleef.c" #include "opthelper.h" -#include "StopWatch.h" namespace rtengine { SSEFUNCTION void RawImageSource::amaze_demosaic_RT(int winx, int winy, int winw, int winh) { -StopWatch Stop1("amaze_demosaic_RT"); #define HCLIP(x) x //is this still necessary??? //min(clip_pt,x) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 2421b33cf..6381c45b6 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -39,7 +39,6 @@ #include #endif #include "opthelper.h" -#include "StopWatch.h" namespace rtengine { @@ -953,7 +952,6 @@ int RawImageSource::interpolateBadPixelsXtrans( PixelsMap &bitmapBads ) */ int RawImageSource::findHotDeadPixels( PixelsMap &bpMap, float thresh, bool findHotPixels, bool findDeadPixels ) { - StopWatch Stop1("findHotDeadPixels"); float varthresh = (20.0 * (thresh / 100.0) + 1.0 ) / 24.f; // allocate temporary buffer