aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/null_call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/null_call.c b/bin/null_call.c
index 61c4629..d714e77 100644
--- a/bin/null_call.c
+++ b/bin/null_call.c
@@ -48,6 +48,8 @@ int main(int argc, char **argv)
48 "%lus and %luns.\n", 48 "%lus and %luns.\n",
49 (unsigned long) sleep_time.tv_sec, 49 (unsigned long) sleep_time.tv_sec,
50 (unsigned long) sleep_time.tv_nsec); 50 (unsigned long) sleep_time.tv_nsec);
51 fprintf(stderr, "%10s, %10s, %10s, %10s, %10s, %10s\n",
52 "pre", "in kernel", "post", "entry", "exit", "total");
51 do { 53 do {
52 time_null_call(); 54 time_null_call();
53 } while (nanosleep(&sleep_time, NULL) == 0); 55 } while (nanosleep(&sleep_time, NULL) == 0);