PostgreSQL Source Code git master
Loading...
Searching...
No Matches
MemoizeInstrumentation Struct Reference

#include <instrument_node.h>

Data Fields

uint64 cache_hits
 
uint64 cache_misses
 
uint64 cache_evictions
 
uint64 cache_overflows
 
uint64 mem_peak
 

Detailed Description

Definition at line 90 of file instrument_node.h.

Field Documentation

◆ cache_evictions

uint64 MemoizeInstrumentation::cache_evictions

Definition at line 96 of file instrument_node.h.

◆ cache_hits

uint64 MemoizeInstrumentation::cache_hits

Definition at line 92 of file instrument_node.h.

Referenced by ExecMemoize().

◆ cache_misses

uint64 MemoizeInstrumentation::cache_misses

Definition at line 94 of file instrument_node.h.

Referenced by ExecMemoize().

◆ cache_overflows

uint64 MemoizeInstrumentation::cache_overflows

Definition at line 98 of file instrument_node.h.

Referenced by ExecMemoize().

◆ mem_peak

uint64 MemoizeInstrumentation::mem_peak

Definition at line 102 of file instrument_node.h.

Referenced by ExecEndMemoize().


The documentation for this struct was generated from the following file: