#include <instrument.h>
Data Fields | |
bool | need_timer |
bool | need_bufusage |
bool | running |
instr_time | starttime |
instr_time | counter |
double | firsttuple |
double | tuplecount |
BufferUsage | bufusage_start |
double | startup |
double | total |
double | ntuples |
double | nloops |
double | nfiltered1 |
double | nfiltered2 |
BufferUsage | bufusage |
Definition at line 44 of file instrument.h.
Definition at line 63 of file instrument.h.
Referenced by ExplainNode(), InstrStopNode(), and pgss_ExecutorEnd().
Definition at line 55 of file instrument.h.
Referenced by InstrStartNode(), and InstrStopNode().
Definition at line 52 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().
double Instrumentation::firsttuple |
Definition at line 53 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().
Definition at line 48 of file instrument.h.
Referenced by InstrAlloc(), InstrStartNode(), and InstrStopNode().
Definition at line 47 of file instrument.h.
Referenced by ExplainNode(), InstrAlloc(), InstrStartNode(), and InstrStopNode().
double Instrumentation::nfiltered1 |
Definition at line 61 of file instrument.h.
Referenced by show_instrumentation_count().
double Instrumentation::nfiltered2 |
Definition at line 62 of file instrument.h.
Referenced by show_instrumentation_count().
double Instrumentation::nloops |
Definition at line 60 of file instrument.h.
Referenced by ExplainNode(), InstrEndLoop(), and show_instrumentation_count().
double Instrumentation::ntuples |
Definition at line 59 of file instrument.h.
Referenced by ExplainNode(), InstrEndLoop(), and report_triggers().
Definition at line 50 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().
Definition at line 51 of file instrument.h.
Referenced by InstrEndLoop(), InstrStartNode(), and InstrStopNode().
double Instrumentation::startup |
Definition at line 57 of file instrument.h.
Referenced by ExplainNode(), and InstrEndLoop().
double Instrumentation::total |
Definition at line 58 of file instrument.h.
Referenced by explain_ExecutorEnd(), ExplainNode(), InstrEndLoop(), pgss_ExecutorEnd(), and report_triggers().
double Instrumentation::tuplecount |
Definition at line 54 of file instrument.h.
Referenced by InstrEndLoop(), and InstrStopNode().