Print reader duration
[urcu.git] / test_perthreadlock.c
index 0fc45d9e3b82e0ce1fb76046917ebce8174a2d8f..2c95590170dc63fdadcf0b493b88554582fa5aba 100644 (file)
@@ -285,6 +285,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.021959 seconds and 4 git commands to generate.