X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftest_cycles_per_loop.c;h=cafa309b9d35e6f8d932e62f56a72482470b28ba;hb=9907018c352fb561689dfb8e943f38e3ae862ea2;hp=05a6ea72cf1c9943ae33a027c792731fee8bcc37;hpb=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;p=urcu.git 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; }