PostgreSQL Source Code  git master
PgStat_FunctionCallUsage Struct Reference

#include <pgstat.h>

Data Fields

PgStat_FunctionCountsfs
 
instr_time save_f_total_time
 
instr_time save_total
 
instr_time start
 

Detailed Description

Definition at line 148 of file pgstat.h.

Field Documentation

◆ fs

PgStat_FunctionCounts* PgStat_FunctionCallUsage::fs

Definition at line 152 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_init_function_usage().

◆ save_f_total_time

instr_time PgStat_FunctionCallUsage::save_f_total_time

Definition at line 154 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_init_function_usage().

◆ save_total

instr_time PgStat_FunctionCallUsage::save_total

Definition at line 156 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_init_function_usage().

◆ start

instr_time PgStat_FunctionCallUsage::start

Definition at line 158 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_init_function_usage().


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