PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
PgStat_Counter | numcalls |
PgStat_Counter | total_time |
PgStat_Counter | self_time |
PgStat_Counter PgStat_StatFuncEntry::numcalls |
Definition at line 399 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 402 of file pgstat.h.
Referenced by pgstat_function_flush_cb().
PgStat_Counter PgStat_StatFuncEntry::total_time |
Definition at line 401 of file pgstat.h.
Referenced by pgstat_function_flush_cb().