(i mean: comment out the stuff in init_presets() in src/iop/denoiseprofile.c)

On Fri, Jan 4, 2013 at 11:19 AM, johannes hanika <hana...@gmail.com> wrote:
> oh.. you could try and remove all the noise profile presets and see if
> that causes it.
>
> we're re-inserting all the presets every time because we'd like to be
> able to change them without notice (applied values stay the same, just
> the presets change).
>
> parafin and pascal want to remove the noise profiles from the presets
> table anyways, maybe we should just do that.
>
> -jo
>
> On Fri, Jan 4, 2013 at 10:03 AM, Bruce Guenter <br...@untroubled.org> wrote:
>>
>> Darktable (git master) is taking a lot longer to start up recently than
>> it used to. I compared against the 1.1.x branch, and just starting it
>> and immediately quitting is taking almost 3x as long.
>>
>> darktable-1.1.x:
>>
>> real    0m8.928s
>> user    0m3.173s
>> sys     0m0.777s
>>
>> git master:
>>
>> real    0m23.646s
>> user    0m5.100s
>> sys     0m1.953s
>>
>> Running with -d sql, I also note that there are over 4x as many lines
>> logged (581 vs 2825). I tried to bisect it, but it didn't seem to be any
>> one thing.
>>
>> Looking at the SQL log, I see 5 data modifying queries that are repeated
>> over 400 times each. All of them are updates to the presets. Is it
>> possible these could be done as one-shot operations and not repeated on
>> each startup?
>>
>> --
>> Bruce Guenter <br...@untroubled.org>                http://untroubled.org/
>>
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnmore_122712
>> _______________________________________________
>> darktable-devel mailing list
>> darktable-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>>

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to