PostgreSQL Source Code  git master
PgStat_FunctionCounts Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter numcalls
 
instr_time total_time
 
instr_time self_time
 

Detailed Description

Definition at line 107 of file pgstat.h.

Field Documentation

◆ numcalls

PgStat_Counter PgStat_FunctionCounts::numcalls

◆ self_time

instr_time PgStat_FunctionCounts::self_time

Definition at line 111 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_function_flush_cb().

◆ total_time

instr_time PgStat_FunctionCounts::total_time

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