Am Montag, 6. Oktober 2014, 00:08:23 schrieb Fernando:
> So... I was investigating a mutex inter-lock situation and found it really
> useful to add a new member to the "dt_pthread_mutex_t" structure to hold
> the backtrace responsible for the latest successful lock operation.
>
> For this, you jus
Hmm... good question. My guess is that if the executable is compiled
*without* the "-fomit-frame-pointer" option (which I guess is the case for
darktable), the "backtrace()" call should be really fast. In any case I'll
try to measure it and report back.
On Mon, Oct 6, 2014 at 1:20 PM, Tobias Ellin
Joerg Beyer wrote:
> Hi,
Hello,
> I am setting up some automation with darktable-cli to generate some
> foto collections.
BTDT... (https://github.com/wgoetz/mingle-mangle/tree/master/synology)
> I thought using good old make (the tool to automate
> compilations etc) would be a good idea,
no