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

#include <pgstat.h>

Data Fields

PgStat_Counter numcalls
 
PgStat_Counter total_time
 
PgStat_Counter self_time
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 383 of file pgstat.h.

Field Documentation

◆ numcalls

PgStat_Counter PgStat_StatFuncEntry::numcalls

Definition at line 385 of file pgstat.h.

◆ self_time

PgStat_Counter PgStat_StatFuncEntry::self_time

Definition at line 388 of file pgstat.h.

◆ stat_reset_timestamp

TimestampTz PgStat_StatFuncEntry::stat_reset_timestamp

Definition at line 389 of file pgstat.h.

Referenced by pg_stat_get_function_stat_reset_time().

◆ total_time

PgStat_Counter PgStat_StatFuncEntry::total_time

Definition at line 387 of file pgstat.h.


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