From: David Schleef Date: Sat, 14 May 2011 19:07:09 +0000 (-0700) Subject: tests: remove offsets from memcpy_speed X-Git-Tag: orc-0.4.15~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5114f6b28c72c7086f3e8f0d18493f38375fd6e2;p=platform%2Fupstream%2Forc.git tests: remove offsets from memcpy_speed --- diff --git a/testsuite/memcpy_speed.c b/testsuite/memcpy_speed.c index 13a41b0..73b1ec0 100644 --- a/testsuite/memcpy_speed.c +++ b/testsuite/memcpy_speed.c @@ -156,8 +156,8 @@ main(int argc, char *argv[]) orc_profile_get_ave_std (&prof, &ave, &std); orc_profile_get_ave_std (&prof_libc, &ave_libc, &std_libc); - ave -= null + 65 + 20; - ave_libc -= null + 40; + ave -= null; + ave_libc -= null; //printf("%d: %10.4g %10.4g %10.4g %10.4g (libc %10.4g)\n", i, ave, std, // ave/(1<