mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
pg_test_fsync: update output to show usecs/op clearer
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define LABEL_FORMAT " %-32s"
|
#define LABEL_FORMAT " %-32s"
|
||||||
#define NA_FORMAT "%18s"
|
#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
|
#define USECS_SEC 1000000
|
||||||
|
|
||||||
/* These are macros to avoid timing the function call overhead. */
|
/* These are macros to avoid timing the function call overhead. */
|
||||||
|
Reference in New Issue
Block a user