Print reader duration
[urcu.git] / test_mutex.c
index 6fd1746a1c03e35132cbdd34558befb97a5814a0..82d11c555c146248bbad89683b0a3efb8abe37c4 100644 (file)
@@ -276,6 +276,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.022447 seconds and 4 git commands to generate.