This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Use HP_TIMING for benchmarks if available


On Mon, May 13, 2013 at 01:26:54PM +0530, Siddhesh Poyarekar wrote:
> On Mon, May 13, 2013 at 09:48:19AM +0200, Andreas Schwab wrote:
> > 
> > Please add a comment.
> > 
> 
> Done.  Updated patch.
> 

> @@ -53,13 +55,9 @@ main (int argc, char **argv)
>    memset (&start, 0, sizeof (start));
>    memset (&end, 0, sizeof (end));
These memsets are retundant. Remove them.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]