PostgreSQL Source Code  git master
PgStat_StatFuncEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter numcalls
 
PgStat_Counter total_time
 
PgStat_Counter self_time
 

Detailed Description

Definition at line 359 of file pgstat.h.

Field Documentation

◆ numcalls

PgStat_Counter PgStat_StatFuncEntry::numcalls

Definition at line 361 of file pgstat.h.

Referenced by pg_stat_get_function_calls(), and pgstat_function_flush_cb().

◆ self_time

PgStat_Counter PgStat_StatFuncEntry::self_time

Definition at line 364 of file pgstat.h.

Referenced by pgstat_function_flush_cb().

◆ total_time

PgStat_Counter PgStat_StatFuncEntry::total_time

Definition at line 363 of file pgstat.h.

Referenced by pgstat_function_flush_cb().


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