Comment 1 for bug 22491

Revision history for this message
Chris Moore (dooglus) wrote : Re: gnome-screenshot is taking 30 seconds to start up

Created an attachment (id=4061)
strace log

I ran this command to add up all the times to give a cumulative timestamp for
each line:

strace -r gnome-screenshot 2>&1 | perl -n -e 'split; $sum += $_[0]; printf
"%9.6f %s", $sum, $_' > snap.txt