[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to speed up 'automake'
From: |
Karl Berry |
Subject: |
Re: How to speed up 'automake' |
Date: |
Sun, 1 May 2022 17:02:34 -0600 |
automake --verbose --warnings=all --add-missing --copy
Since you're talking about cron, I'm guessing the terminal output is
being redirected to a file? Because if it's going to an actual tty, that
can consume a surprising amount of time.
Is there a way to speed 'automake' up?
Only real idea I have is to run automake under the Perl profiler and see
what comes up. As in, install Devel::NYTProf from CPAN and then run
perl -d:NYTProf /path/to/automake/executable
Best,
Karl
- Re: How to speed up 'automake',
Karl Berry <=
- Re: How to speed up 'automake', Thomas Jahns, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake', Bob Friesenhahn, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake', Karl Berry, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/03
- Re: How to speed up 'automake', Karl Berry, 2022/05/03
- Re: How to speed up 'automake', Jim Meyering, 2022/05/03
- Re: How to speed up 'automake', Sam James, 2022/05/21