|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| PgStat_Counter | numcalls |
| PgStat_Counter | total_time |
| PgStat_Counter | self_time |
| TimestampTz | stat_reset_timestamp |
| PgStat_Counter PgStat_StatFuncEntry::numcalls |
Definition at line 385 of file pgstat.h.
Referenced by pg_stat_get_function_calls(), and pgstat_function_flush_cb().
| PgStat_Counter PgStat_StatFuncEntry::self_time |
Definition at line 388 of file pgstat.h.
Referenced by pgstat_function_flush_cb().
| TimestampTz PgStat_StatFuncEntry::stat_reset_timestamp |
Definition at line 389 of file pgstat.h.
Referenced by pg_stat_get_function_stat_reset_time().
| PgStat_Counter PgStat_StatFuncEntry::total_time |
Definition at line 387 of file pgstat.h.
Referenced by pgstat_function_flush_cb().