PostgreSQL Source Code  git master
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 2232 of file execnodes.h.

Field Documentation

◆ cache_evictions

uint64 MemoizeInstrumentation::cache_evictions

Definition at line 2238 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 2234 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_misses

uint64 MemoizeInstrumentation::cache_misses

Definition at line 2236 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_overflows

uint64 MemoizeInstrumentation::cache_overflows

Definition at line 2240 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ mem_peak

uint64 MemoizeInstrumentation::mem_peak

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