Removed StopWatch

This commit is contained in:
heckflosse
2016-10-22 18:11:14 +02:00
parent 09b319fe0b
commit 2c7325b2fd

View File

@@ -24,8 +24,7 @@
#include "mytime.h"
#include "rt_math.h"
#include "sleef.c"
#define BENCHMARK
#include "StopWatch.h"
using namespace std;
namespace
@@ -644,7 +643,7 @@ static float calcPCVignetteFactor(const struct pcv_params& pcv, int x, int y)
void ImProcFunctions::transformLuminanceOnly (Imagefloat* original, Imagefloat* transformed, int cx, int cy, int oW, int oH, int fW, int fH)
{
BENCHFUN
const bool applyVignetting = needsVignetting();
const bool applyGradient = needsGradient();
const bool applyPCVignetting = needsPCVignetting();