|
PostgreSQL Source Code git master
|
#include <instrument.h>
Data Fields | |
| bool | need_timer |
| bool | need_bufusage |
| bool | need_walusage |
| instr_time | starttime |
| BufferUsage | bufusage_start |
| WalUsage | walusage_start |
| instr_time | total |
| BufferUsage | bufusage |
| WalUsage | walusage |
Definition at line 77 of file instrument.h.
| BufferUsage Instrumentation::bufusage |
Definition at line 89 of file instrument.h.
Referenced by ExplainNode(), InstrStopCommon(), and pgss_ExecutorEnd().
| BufferUsage Instrumentation::bufusage_start |
Definition at line 85 of file instrument.h.
Referenced by InstrStart(), and InstrStopCommon().
| bool Instrumentation::need_bufusage |
Definition at line 81 of file instrument.h.
Referenced by InstrInitOptions(), InstrStart(), and InstrStopCommon().
| bool Instrumentation::need_timer |
Definition at line 80 of file instrument.h.
Referenced by InstrInitOptions(), InstrStart(), and InstrStopCommon().
| bool Instrumentation::need_walusage |
Definition at line 82 of file instrument.h.
Referenced by InstrInitOptions(), InstrStart(), and InstrStopCommon().
| instr_time Instrumentation::starttime |
Definition at line 84 of file instrument.h.
Referenced by InstrEndLoop(), InstrStart(), and InstrStopCommon().
| instr_time Instrumentation::total |
Definition at line 88 of file instrument.h.
Referenced by explain_ExecutorEnd(), ExplainNode(), InstrEndLoop(), InstrStop(), and pgss_ExecutorEnd().
| WalUsage Instrumentation::walusage |
Definition at line 90 of file instrument.h.
Referenced by ExplainNode(), InstrStopCommon(), and pgss_ExecutorEnd().
| WalUsage Instrumentation::walusage_start |
Definition at line 86 of file instrument.h.
Referenced by InstrStart(), and InstrStopCommon().