MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | aggregate (const PFS_mutex_stat *stat) |
void | reset (void) |
Public Attributes | |
PFS_single_stat | m_wait_stat |
PFS_single_stat | m_lock_stat |
Statistics for mutex usage.
Definition at line 149 of file pfs_stat.h.
PFS_single_stat PFS_mutex_stat::m_lock_stat |
Lock statistics. This statistic is not exposed in user visible tables yet.
Definition at line 157 of file pfs_stat.h.
PFS_single_stat PFS_mutex_stat::m_wait_stat |
Wait statistics.
Definition at line 152 of file pfs_stat.h.