Re: [PATCH] New command testspeed

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 22:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 29.04.2012 22:09, Bean wrote: >> Hi, >> >> Pls check out this one. > In terms of decreasing code duplication it doesn't improve at all. The > prefix-chosing code needs to be put into a separate function which would > be used by

Re: [PATCH] New command testspeed

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 22:09, Bean wrote: > Hi, > > Pls check out this one. In terms of decreasing code duplication it doesn't improve at all. The prefix-chosing code needs to be put into a separate function which would be used by both instances. Also you need "TRANSLATORS" comments before every of these sh

Re: [PATCH] New command testspeed

2012-04-29 Thread Bean
Hi, Pls check out this one. 2012/4/29 Vladimir 'φ-coder/phcoder' Serbinenko : > On 29.04.2012 17:12, Bean wrote: >> Hi, >> >> This patch add a new command testspeed which read a file and then >> print the speed. It's quite useful in debugging the efficiency of fs >> or network drivers. >> >> -- B

Re: [PATCH] New command testspeed

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 17:12, Bean wrote: > Hi, > > This patch add a new command testspeed which read a file and then > print the speed. It's quite useful in debugging the efficiency of fs > or network drivers. > > -- Best wishes Bean > > testspeed.txt > > > === modified file 'grub-core/Makefile.core.def' >

[PATCH] New command testspeed

2012-04-29 Thread Bean
Hi, This patch add a new command testspeed which read a file and then print the speed. It's quite useful in debugging the efficiency of fs or network drivers. -- Best wishes Bean === modified file 'grub-core/Makefile.core.def' --- grub-core/Makefile.core.def 2012-04-01 19:35:18 + +++ grub-co