Removed cleanupCache from improcfun.h and StopWatch for iccstore
This commit is contained in:
@@ -219,7 +219,6 @@ public:
|
|||||||
// float maxblueresid;//used by noise_residual
|
// float maxblueresid;//used by noise_residual
|
||||||
// int comptlevel;
|
// int comptlevel;
|
||||||
|
|
||||||
static void cleanupCache ();
|
|
||||||
|
|
||||||
ImProcFunctions (const ProcParams* iparams, bool imultiThread = true)
|
ImProcFunctions (const ProcParams* iparams, bool imultiThread = true)
|
||||||
: monitorTransform(NULL), lab2outputTransform(NULL), output2monitorTransform(NULL), params(iparams), scale(1), multiThread(imultiThread) {}
|
: monitorTransform(NULL), lab2outputTransform(NULL), output2monitorTransform(NULL), params(iparams), scale(1), multiThread(imultiThread) {}
|
||||||
|
@@ -43,10 +43,8 @@ int init (const Settings* s, Glib::ustring baseDir, Glib::ustring userSettingsDi
|
|||||||
{
|
{
|
||||||
BENCHFUN
|
BENCHFUN
|
||||||
settings = s;
|
settings = s;
|
||||||
StopWatch Stopi("iccstore");
|
|
||||||
iccStore->init (s->iccDirectory, baseDir + "/iccprofiles");
|
iccStore->init (s->iccDirectory, baseDir + "/iccprofiles");
|
||||||
iccStore->findDefaultMonitorProfile();
|
iccStore->findDefaultMonitorProfile();
|
||||||
Stopi.stop();
|
|
||||||
dcpStore->init (baseDir + "/dcpprofiles");
|
dcpStore->init (baseDir + "/dcpprofiles");
|
||||||
|
|
||||||
CameraConstantsStore::getInstance ()->init (baseDir, userSettingsDir);
|
CameraConstantsStore::getInstance ()->init (baseDir, userSettingsDir);
|
||||||
|
Reference in New Issue
Block a user