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 v1.1] Improve unaligned memcpy and memmove.


On Fri, Sep 27, 2013 at 02:08:41PM +0400, Liubov Dmitrieva wrote:
> It seems it doesn't work even when I removed the files. The script
> goes to infinite loop now on Silvermont.
> Can you please check that it works or upload fixed version.
>
Here I decided to gather more data to get more accurate graphs so it
probably it is running too long

A probable step there gathers data by repeately running make which
could be checked by looking at results/result.html file. A graph should
like following, and when you refresh page after one call iteration 
number after Total calls: should increase.
http://kam.mff.cuni.cz/~ondra/benchmark_string/i7_ivy_bridge/memcpy_profile_loop/results_gcc/result.html


On benchmarks file you could modify time by adding TIMES=number line
before tests, default is ten times so adding

TIMES=1 # before
test results_gcc make bench_gcc

should speed this up.


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