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 2271 of file execnodes.h.

Field Documentation

◆ cache_evictions

uint64 MemoizeInstrumentation::cache_evictions

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

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_misses

uint64 MemoizeInstrumentation::cache_misses

Definition at line 2275 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ cache_overflows

uint64 MemoizeInstrumentation::cache_overflows

Definition at line 2279 of file execnodes.h.

Referenced by ExecMemoize(), and show_memoize_info().

◆ mem_peak

uint64 MemoizeInstrumentation::mem_peak

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