PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 381 of file pgstat.h.

Field Documentation

◆ numcalls

PgStat_Counter PgStat_StatFuncEntry::numcalls

Definition at line 383 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 386 of file pgstat.h.

Referenced by pgstat_function_flush_cb().

◆ total_time

PgStat_Counter PgStat_StatFuncEntry::total_time

Definition at line 385 of file pgstat.h.

Referenced by pgstat_function_flush_cb().


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