Removed StopWatch
This commit is contained in:
@@ -24,8 +24,7 @@
|
|||||||
#include "mytime.h"
|
#include "mytime.h"
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
#include "sleef.c"
|
#include "sleef.c"
|
||||||
#define BENCHMARK
|
|
||||||
#include "StopWatch.h"
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace
|
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)
|
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 applyVignetting = needsVignetting();
|
||||||
const bool applyGradient = needsGradient();
|
const bool applyGradient = needsGradient();
|
||||||
const bool applyPCVignetting = needsPCVignetting();
|
const bool applyPCVignetting = needsPCVignetting();
|
||||||
|
Reference in New Issue
Block a user