Print reader duration
[urcu.git] / test_urcu.c
index fe469284ef1122f864ed9bb467ef49997cbb1afa..fb39d42d1bb56c8e78ecc68ec75c5747026dc59c 100644 (file)
@@ -324,6 +324,7 @@ int main(int argc, char **argv)
        printf("running test for %lu seconds, %u readers, %u writers.\n",
                duration, nr_readers, nr_writers);
        printf("Writer delay : %u us.\n", wdelay);
+       printf("Reader duration : %lu loops.\n", rduration);
        printf("thread %-6s, thread id : %lx, tid %lu\n",
                        "main", pthread_self(), (unsigned long)gettid());
 
This page took 0.021936 seconds and 4 git commands to generate.