PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MemoizeInstrumentation Struct Reference

#include <execnodes.h>

Data Fields

uint64 cache_hits
 
uint64 cache_misses
 
uint64 cache_evictions
 
uint64 cache_overflows
 
uint64 mem_peak
 

Detailed Description

Definition at line 2300 of file execnodes.h.

Field Documentation

◆ cache_evictions

uint64 MemoizeInstrumentation::cache_evictions

Definition at line 2306 of file execnodes.h.

Referenced by cache_purge_all(), cache_reduce_memory(), and show_memoize_info().

◆ cache_hits

uint64 MemoizeInstrumentation::cache_hits

Definition at line 2302 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_misses

uint64 MemoizeInstrumentation::cache_misses

Definition at line 2304 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_overflows

uint64 MemoizeInstrumentation::cache_overflows

Definition at line 2308 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ mem_peak

uint64 MemoizeInstrumentation::mem_peak

Definition at line 2312 of file execnodes.h.

Referenced by cache_reduce_memory(), ExecEndMemoize(), and show_memoize_info().


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