PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_Counter | f_numcalls |
PgStat_Counter | f_total_time |
PgStat_Counter | f_self_time |
PgStat_Counter PgStat_StatFuncEntry::f_numcalls |
Definition at line 316 of file pgstat.h.
Referenced by pg_stat_get_function_calls(), and pgstat_function_flush_cb().
PgStat_Counter PgStat_StatFuncEntry::f_self_time |
Definition at line 319 of file pgstat.h.
Referenced by pg_stat_get_function_self_time(), and pgstat_function_flush_cb().
PgStat_Counter PgStat_StatFuncEntry::f_total_time |
Definition at line 318 of file pgstat.h.
Referenced by pg_stat_get_function_total_time(), and pgstat_function_flush_cb().