![]() |
MySQL 8.4.7
Source Code Documentation
|
Memory statistics aggregation (implementation). More...
#include "storage/perfschema/pfs_memory.h"#include <atomic>#include "m_string.h"#include "my_sys.h"#include "storage/perfschema/pfs_account.h"#include "storage/perfschema/pfs_buffer_container.h"#include "storage/perfschema/pfs_global.h"#include "storage/perfschema/pfs_host.h"#include "storage/perfschema/pfs_instr.h"#include "storage/perfschema/pfs_instr_class.h"#include "storage/perfschema/pfs_user.h"Functions | |
| static void | fct_reset_memory_by_thread (PFS_thread *pfs) |
| void | reset_memory_by_thread () |
| Reset table MEMORY_SUMMARY_BY_THREAD_BY_EVENT_NAME data. More... | |
| static void | fct_reset_memory_by_account (PFS_account *pfs) |
| void | reset_memory_by_account () |
| Reset table MEMORY_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME data. More... | |
| static void | fct_reset_memory_by_user (PFS_user *pfs) |
| void | reset_memory_by_user () |
| Reset table MEMORY_SUMMARY_BY_USER_BY_EVENT_NAME data. More... | |
| static void | fct_reset_memory_by_host (PFS_host *pfs) |
| void | reset_memory_by_host () |
| Reset table MEMORY_SUMMARY_BY_HOST_BY_EVENT_NAME data. More... | |
| void | reset_memory_global () |
| Reset table MEMORY_GLOBAL_BY_EVENT_NAME data. More... | |
Memory statistics aggregation (implementation).
|
static |
|
static |
|
static |
|
static |
| void reset_memory_by_account | ( | ) |
Reset table MEMORY_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME data.
| void reset_memory_by_host | ( | ) |
Reset table MEMORY_SUMMARY_BY_HOST_BY_EVENT_NAME data.
| void reset_memory_by_thread | ( | ) |
Reset table MEMORY_SUMMARY_BY_THREAD_BY_EVENT_NAME data.
| void reset_memory_by_user | ( | ) |
Reset table MEMORY_SUMMARY_BY_USER_BY_EVENT_NAME data.
| void reset_memory_global | ( | ) |
Reset table MEMORY_GLOBAL_BY_EVENT_NAME data.