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 117 of file pgstat.h.

Field Documentation

◆ fs

PgStat_FunctionCounts* PgStat_FunctionCallUsage::fs

Definition at line 121 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 123 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 125 of file pgstat.h.

Referenced by pgstat_end_function_usage(), and pgstat_init_function_usage().

◆ start

instr_time PgStat_FunctionCallUsage::start

Definition at line 127 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: