PostgreSQL Source Code git master
|
#include <pgstat.h>
uint64 PgStat_PendingIO::bytes[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 332 of file pgstat.h.
Referenced by pgstat_count_backend_io_op(), pgstat_count_io_op(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().
PgStat_Counter PgStat_PendingIO::counts[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 333 of file pgstat.h.
Referenced by pgstat_count_backend_io_op(), pgstat_count_io_op(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().
instr_time PgStat_PendingIO::pending_times[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 334 of file pgstat.h.
Referenced by pgstat_count_backend_io_op_time(), pgstat_count_io_op_time(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().