|
PostgreSQL Source Code git master
|
#include <instrument.h>
Definition at line 96 of file instrument.h.
| bool NodeInstrumentation::async_mode |
Definition at line 100 of file instrument.h.
Referenced by InstrInitNode(), and InstrStopNode().
| instr_time NodeInstrumentation::counter |
Definition at line 103 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().
| instr_time NodeInstrumentation::firsttuple |
Definition at line 104 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().
| Instrumentation NodeInstrumentation::instr |
Definition at line 98 of file instrument.h.
Referenced by ExplainNode(), InstrEndLoop(), InstrInitNode(), InstrStartNode(), and InstrStopNode().
| double NodeInstrumentation::nfiltered1 |
Definition at line 111 of file instrument.h.
Referenced by show_instrumentation_count().
| double NodeInstrumentation::nfiltered2 |
Definition at line 112 of file instrument.h.
Referenced by show_instrumentation_count().
| double NodeInstrumentation::nloops |
Definition at line 110 of file instrument.h.
Referenced by ExplainNode(), InstrEndLoop(), and show_instrumentation_count().
| double NodeInstrumentation::ntuples |
Definition at line 108 of file instrument.h.
Referenced by ExplainNode(), and InstrEndLoop().
| double NodeInstrumentation::ntuples2 |
Definition at line 109 of file instrument.h.
Referenced by ExplainNode(), and show_modifytable_info().
| bool NodeInstrumentation::running |
Definition at line 102 of file instrument.h.
Referenced by ExecShutdownNode_walker(), InstrEndLoop(), and InstrStopNode().
| instr_time NodeInstrumentation::startup |
Definition at line 107 of file instrument.h.
Referenced by ExplainNode(), and InstrEndLoop().
| double NodeInstrumentation::tuplecount |
Definition at line 105 of file instrument.h.
Referenced by InstrEndLoop(), InstrStopNode(), InstrUpdateTupleCount(), and postgresIterateDirectModify().