Re: Fix summary generation with fork

2013-11-19 Thread Rong Xu
On Mon, Nov 18, 2013 at 2:15 PM, Jan Hubicka wrote: > Hi, > this patch fixes problem we noticed with Martin Liska where gcov_dump is > called > several times per execution of firefox (on each fork and exec). This causes > runs to be large and makes functions executed once per program to be > co

Re: Fix summary generation with fork

2013-11-18 Thread Jan Hubicka
> Hi, > this patch fixes problem we noticed with Martin Liska where gcov_dump is > called > several times per execution of firefox (on each fork and exec). This causes > runs to be large and makes functions executed once per program to be > considered > cold. > > This patch makes us to update r

Fix summary generation with fork

2013-11-18 Thread Jan Hubicka
Hi, this patch fixes problem we noticed with Martin Liska where gcov_dump is called several times per execution of firefox (on each fork and exec). This causes runs to be large and makes functions executed once per program to be considered cold. This patch makes us to update runs just once per ex