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 2282 of file execnodes.h.
uint64 MemoizeInstrumentation::cache_evictions |
Definition at line 2288 of file execnodes.h.
Referenced by cache_purge_all(), cache_reduce_memory(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_hits |
Definition at line 2284 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_misses |
Definition at line 2286 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::cache_overflows |
Definition at line 2290 of file execnodes.h.
Referenced by ExecMemoize(), and show_memoize_info().
uint64 MemoizeInstrumentation::mem_peak |
Definition at line 2294 of file execnodes.h.
Referenced by cache_reduce_memory(), ExecEndMemoize(), and show_memoize_info().