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-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=095018bc32b70eff95bdf3c2959e6eef09dcfa6a;p=users%2Fbernd%2Fpostgres.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 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. */