From: Bruce Momjian Date: Thu, 2 May 2013 14:27:06 +0000 (-0400) Subject: pg_test_fsync: update output to show usecs/op clearer X-Git-Tag: REL9_3_BETA1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=095018bc32b70eff95bdf3c2959e6eef09dcfa6a;p=thirdparty%2Fpostgresql.git pg_test_fsync: update output to show usecs/op clearer --- diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c index 7bc0d0e5fd9..b978d9e44ef 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. */