From 3e7f19c81b9a46f66d4ddffa1ea0f8480d4b2421 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Wed, 22 Aug 2018 14:57:07 +0200 Subject: [PATCH] eahd demosaic: disabled timing code --- rtengine/eahd_demosaic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/eahd_demosaic.cc b/rtengine/eahd_demosaic.cc index 5f79bdbb0..aef016386 100644 --- a/rtengine/eahd_demosaic.cc +++ b/rtengine/eahd_demosaic.cc @@ -28,7 +28,7 @@ #include "rt_math.h" #include "../rtgui/multilangmgr.h" #include "procparams.h" -#define BENCHMARK +//#define BENCHMARK #include "StopWatch.h" using namespace std;