From b8b98e0924400d69be5e8630f318a4d5a3a9bcae Mon Sep 17 00:00:00 2001 From: heckflosse Date: Fri, 17 Jun 2016 15:55:20 +0200 Subject: [PATCH] Disabled StopWatch --- rtengine/rawimagesource.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 818d494ac..acb79f8eb 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