PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
uint64 | cache_hits |
uint64 | cache_misses |
uint64 | cache_evictions |
uint64 | cache_overflows |
uint64 | mem_peak |
Definition at line 2300 of file execnodes.h.
uint64 MemoizeInstrumentation::cache_evictions |
Definition at line 2306 of file execnodes.h.
Referenced by cache_purge_all(), cache_reduce_memory(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_hits |
Definition at line 2302 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_misses |
Definition at line 2304 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_overflows |
Definition at line 2308 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::mem_peak |
Definition at line 2312 of file execnodes.h.
Referenced by cache_reduce_memory(), ExecEndMemoize(), and show_memoize_info().