PostgreSQL Source Code: Instrumentation Struct Reference (original) (raw)

#include <[instrument.h](instrument%5F8h%5Fsource.html)>

Data Fields
bool need_timer
bool need_bufusage
bool need_walusage
bool async_mode
bool running
instr_time starttime
instr_time counter
double firsttuple
double tuplecount
BufferUsage bufusage_start
WalUsage walusage_start
double startup
double total
double ntuples
double ntuples2
double nloops
double nfiltered1
double nfiltered2
BufferUsage bufusage
WalUsage walusage

Definition at line 69 of file instrument.h.

async_mode

bool Instrumentation::async_mode

bufusage

bufusage_start

counter

firsttuple

double Instrumentation::firsttuple

need_bufusage

bool Instrumentation::need_bufusage

need_timer

bool Instrumentation::need_timer

need_walusage

bool Instrumentation::need_walusage

nfiltered1

double Instrumentation::nfiltered1

nfiltered2

double Instrumentation::nfiltered2

nloops

double Instrumentation::nloops

ntuples

double Instrumentation::ntuples

ntuples2

double Instrumentation::ntuples2

running

bool Instrumentation::running

starttime

startup

double Instrumentation::startup

total

double Instrumentation::total

tuplecount

double Instrumentation::tuplecount

walusage

walusage_start

WalUsage Instrumentation::walusage_start


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