projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8b431
)
pg_test_fsync: update output to show usecs/op clearer
author
Bruce Momjian
<bruce@momjian.us>
Thu, 2 May 2013 14:27:06 +0000
(10:27 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 2 May 2013 14:27:12 +0000
(10:27 -0400)
contrib/pg_test_fsync/pg_test_fsync.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_test_fsync/pg_test_fsync.c
b/contrib/pg_test_fsync/pg_test_fsync.c
index 7bc0d0e5fd9cdefb39a695bf93f55e56ceba73ad..b978d9e44efab79e39d685d1ebcd2a61205d3d66 100644
(file)
--- 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. */