Struct pgrx_pg_sys::MemoizeInstrumentation
source · #[repr(C)]pub struct MemoizeInstrumentation {
pub cache_hits: uint64,
pub cache_misses: uint64,
pub cache_evictions: uint64,
pub cache_overflows: uint64,
pub mem_peak: uint64,
}
Fields§
§cache_hits: uint64
§cache_misses: uint64
§cache_evictions: uint64
§cache_overflows: uint64
§mem_peak: uint64
Trait Implementations§
source§impl Clone for MemoizeInstrumentation
impl Clone for MemoizeInstrumentation
source§fn clone(&self) -> MemoizeInstrumentation
fn clone(&self) -> MemoizeInstrumentation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MemoizeInstrumentation
impl Debug for MemoizeInstrumentation
source§impl Default for MemoizeInstrumentation
impl Default for MemoizeInstrumentation
source§fn default() -> MemoizeInstrumentation
fn default() -> MemoizeInstrumentation
Returns the “default value” for a type. Read more