Removed timing code

This commit is contained in:
heckflosse
2017-08-21 13:46:22 +02:00
parent 779f4dd12e
commit abe5268a10

View File

@@ -27,8 +27,6 @@
#include "rawimagesource.h"
#include "rt_math.h"
#include "median.h"
#define BENCHMARK
#include "StopWatch.h"
namespace {
@@ -115,8 +113,7 @@ using namespace rtengine;
void RawImageSource::CA_correct_RT(const bool autoCA, const double cared, const double cablue, const double caautostrength, array2D<float> &rawData)
{
BENCHFUN
// multithreaded and partly vectorized by Ingo Weyrich
// multithreaded and vectorized by Ingo Weyrich
constexpr int ts = 128;
constexpr int tsh = ts / 2;
//shifts to location of vertical and diagonal neighbors