MySQL 8.3.0
Source Code Documentation

Memory instrument information. More...

#include <psi_memory_bits.h>

Public Attributes

PSI_memory_keym_key
 Pointer to the key assigned to the registered memory. More...
 
const char * m_name
 The name of the memory instrument to register. More...
 
unsigned int m_flags
 The flags of the memory instrument to register. More...
 
int m_volatility
 Volatility index. More...
 
const char * m_documentation
 Documentation. More...
 

Detailed Description

Memory instrument information.

Since
PSI_MEMORY_VERSION_1 This structure is used to register instrumented memory.

Member Data Documentation

◆ m_documentation

const char* PSI_memory_info_v1::m_documentation

Documentation.

◆ m_flags

unsigned int PSI_memory_info_v1::m_flags

The flags of the memory instrument to register.

See also
PSI_FLAG_ONLY_GLOBAL_STAT

◆ m_key

PSI_memory_key* PSI_memory_info_v1::m_key

Pointer to the key assigned to the registered memory.

◆ m_name

const char* PSI_memory_info_v1::m_name

The name of the memory instrument to register.

◆ m_volatility

int PSI_memory_info_v1::m_volatility

Volatility index.


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