X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=tests%2Ftest_cycles_per_loop.c;h=cafa309b9d35e6f8d932e62f56a72482470b28ba;hp=05a6ea72cf1c9943ae33a027c792731fee8bcc37;hb=9907018c352fb561689dfb8e943f38e3ae862ea2;hpb=147ca331fd291821e848c1aebff9e032ba4016e7 diff --git a/tests/test_cycles_per_loop.c b/tests/test_cycles_per_loop.c index 05a6ea7..cafa309 100644 --- a/tests/test_cycles_per_loop.c +++ b/tests/test_cycles_per_loop.c @@ -18,4 +18,5 @@ int main() time2 = caa_get_cycles(); printf("CPU clock cycles per loop: %g\n", (time2 - time1) / (double)NR_LOOPS); + return 0; }