This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] sim: Better profiling
- From: Thiemo Seufer <ths at networkno dot de>
- To: gdb-patches at sources dot redhat dot com
- Date: Tue, 29 Aug 2006 14:02:52 +0100
- Subject: Re: [PATCH] sim: Better profiling
- References: <20060808114827.GF29989@networkno.de>
Thiemo Seufer wrote:
> Hello All,
>
> the appended patch uses a prime number to initialise the PC sampling
> frequency, this makes scaling effects less likely.
>
> It also fixes an endianness bug in the sample data printing.
>
>
> Thiemo
>
>
> 2006-08-08 Nigel Stephens <nigel@mips.com>
>
> * sim-profile.c (profile_pc_init): Initialise default profiling
> frequency to a prime number.
> (profile_print_pc): Convert gmon.out sample data into target
> byte order.
Ping?
Thiemo