From 095018bc32b70eff95bdf3c2959e6eef09dcfa6a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 May 2013 10:27:06 -0400 Subject: [PATCH] pg_test_fsync: update output to show usecs/op clearer --- contrib/pg_test_fsync/pg_test_fsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c index 7bc0d0e5fd..b978d9e44e 100644 --- a/contrib/pg_test_fsync/pg_test_fsync.c +++ b/contrib/pg_test_fsync/pg_test_fsync.c @@ -25,7 +25,7 @@ #define LABEL_FORMAT " %-32s" #define NA_FORMAT "%18s" -#define OPS_FORMAT "%9.3f ops/sec (%6.0f microsecs/op)" +#define OPS_FORMAT "%9.3f ops/sec %6.0f usecs/op" #define USECS_SEC 1000000 /* These are macros to avoid timing the function call overhead. */