Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-04 Thread johannes hanika
On Sat, Jan 5, 2013 at 12:25 PM, Bruce Guenter wrote: > On Fri, Jan 04, 2013 at 11:20:31AM +1300, johannes hanika wrote: >> (i mean: comment out the stuff in init_presets() in src/iop/denoiseprofile.c) > > That did the trick. Startup times are back to previous levels. right. i guess i'll do what

Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-04 Thread Bruce Guenter
On Fri, Jan 04, 2013 at 11:20:31AM +1300, johannes hanika wrote: > (i mean: comment out the stuff in init_presets() in src/iop/denoiseprofile.c) That did the trick. Startup times are back to previous levels. -- Bruce Guenter http://untroubled.org/ signature.asc Description: Dig

Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread johannes hanika
(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 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 b

Re: [darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread johannes hanika
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 prof

[darktable-devel] Large increase in startup time / SQL queries

2013-01-03 Thread Bruce Guenter
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: real0m8.928s user0m3.173s sys 0m0.777s git master: real0m23.646s