Removed timing code and some includes
This commit is contained in:
parent
2858876f44
commit
e667e3dce7
@ -17,8 +17,6 @@
|
|||||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
|
||||||
#include <string>
|
|
||||||
#include <glibmm/thread.h>
|
#include <glibmm/thread.h>
|
||||||
|
|
||||||
#include "improccoordinator.h"
|
#include "improccoordinator.h"
|
||||||
@ -27,7 +25,6 @@
|
|||||||
#include "cieimage.h"
|
#include "cieimage.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "colortemp.h"
|
#include "colortemp.h"
|
||||||
#include "jaggedarray.h"
|
|
||||||
#include "curves.h"
|
#include "curves.h"
|
||||||
#include "dcp.h"
|
#include "dcp.h"
|
||||||
#include "iccstore.h"
|
#include "iccstore.h"
|
||||||
@ -45,8 +42,7 @@
|
|||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#include <omp.h>
|
#include <omp.h>
|
||||||
#endif
|
#endif
|
||||||
#define BENCHMARK
|
|
||||||
#include "StopWatch.h"
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -1854,7 +1850,7 @@ void ImProcCoordinator::updateVectorscope()
|
|||||||
if (!workimg) {
|
if (!workimg) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
BENCHFUN
|
|
||||||
int x1, y1, x2, y2;
|
int x1, y1, x2, y2;
|
||||||
params->crop.mapToResized(pW, pH, scale, x1, x2, y1, y2);
|
params->crop.mapToResized(pW, pH, scale, x1, x2, y1, y2);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user