PostgreSQL Source Code git master
Loading...
Searching...
No Matches
NodeInstrumentation Struct Reference

#include <instrument.h>

Data Fields

Instrumentation instr
 
bool async_mode
 
bool running
 
instr_time counter
 
instr_time firsttuple
 
double tuplecount
 
instr_time startup
 
double ntuples
 
double ntuples2
 
double nloops
 
double nfiltered1
 
double nfiltered2
 

Detailed Description

Definition at line 96 of file instrument.h.

Field Documentation

◆ async_mode

bool NodeInstrumentation::async_mode

Definition at line 100 of file instrument.h.

Referenced by InstrInitNode(), and InstrStopNode().

◆ counter

instr_time NodeInstrumentation::counter

Definition at line 103 of file instrument.h.

Referenced by InstrEndLoop(), and InstrStopNode().

◆ firsttuple

instr_time NodeInstrumentation::firsttuple

Definition at line 104 of file instrument.h.

Referenced by InstrEndLoop(), and InstrStopNode().

◆ instr

Instrumentation NodeInstrumentation::instr

Definition at line 98 of file instrument.h.

Referenced by ExplainNode(), InstrEndLoop(), InstrInitNode(), InstrStartNode(), and InstrStopNode().

◆ nfiltered1

double NodeInstrumentation::nfiltered1

Definition at line 111 of file instrument.h.

Referenced by show_instrumentation_count().

◆ nfiltered2

double NodeInstrumentation::nfiltered2

Definition at line 112 of file instrument.h.

Referenced by show_instrumentation_count().

◆ nloops

double NodeInstrumentation::nloops

Definition at line 110 of file instrument.h.

Referenced by ExplainNode(), InstrEndLoop(), and show_instrumentation_count().

◆ ntuples

double NodeInstrumentation::ntuples

Definition at line 108 of file instrument.h.

Referenced by ExplainNode(), and InstrEndLoop().

◆ ntuples2

double NodeInstrumentation::ntuples2

Definition at line 109 of file instrument.h.

Referenced by ExplainNode(), and show_modifytable_info().

◆ running

bool NodeInstrumentation::running

Definition at line 102 of file instrument.h.

Referenced by ExecShutdownNode_walker(), InstrEndLoop(), and InstrStopNode().

◆ startup

instr_time NodeInstrumentation::startup

Definition at line 107 of file instrument.h.

Referenced by ExplainNode(), and InstrEndLoop().

◆ tuplecount

double NodeInstrumentation::tuplecount

The documentation for this struct was generated from the following file: