[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build system rules & algorithms
From: |
Eli Zaretskii |
Subject: |
Re: build system rules & algorithms |
Date: |
Fri, 12 Jun 2009 22:31:09 -0400 |
> Date: Thu, 11 Jun 2009 22:27:48 -0400
> From: Mike Shal <address@hidden>
> Cc: address@hidden
>
> Is there a better way to benchmark it to figure out the bottlenecks?
One way would be to compile and link Make with -pg, invoke Make as you
always do in this project, and then run gprof on the resulting profile
data. Feel free to share the results here.
Thanks.
(Sorry for the previous empty ``reply''.)
Re: build system rules & algorithms, Mike Shal, 2009/06/10
Re: build system rules & algorithms, grischka, 2009/06/11
Re: build system rules & algorithms, grischka, 2009/06/13
Re: build system rules & algorithms, Mike Shal, 2009/06/14