]> granicus.if.org Git - postgresql/commitdiff
pg_test_fsync: update output to show usecs/op clearer
authorBruce Momjian <bruce@momjian.us>
Thu, 2 May 2013 14:27:06 +0000 (10:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 2 May 2013 14:27:12 +0000 (10:27 -0400)
contrib/pg_test_fsync/pg_test_fsync.c

index 7bc0d0e5fd9cdefb39a695bf93f55e56ceba73ad..b978d9e44efab79e39d685d1ebcd2a61205d3d66 100644 (file)
@@ -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. */