PostgreSQL Source Code: MemoizeInstrumentation Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
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.
◆ cache_evictions
uint64 MemoizeInstrumentation::cache_evictions
◆ cache_hits
uint64 MemoizeInstrumentation::cache_hits
◆ cache_misses
uint64 MemoizeInstrumentation::cache_misses
◆ cache_overflows
uint64 MemoizeInstrumentation::cache_overflows
◆ mem_peak
uint64 MemoizeInstrumentation::mem_peak
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h