MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | aggregate (const PFS_rwlock_stat *stat) |
void | reset (void) |
Public Attributes | |
PFS_single_stat | m_wait_stat |
PFS_single_stat | m_read_lock_stat |
PFS_single_stat | m_write_lock_stat |
Statistics for rwlock usage.
Definition at line 173 of file pfs_stat.h.
PFS_single_stat PFS_rwlock_stat::m_read_lock_stat |
RWLock read lock usage statistics. This statistic is not exposed in user visible tables yet.
Definition at line 181 of file pfs_stat.h.
PFS_single_stat PFS_rwlock_stat::m_wait_stat |
Wait statistics.
Definition at line 176 of file pfs_stat.h.
PFS_single_stat PFS_rwlock_stat::m_write_lock_stat |
RWLock write lock usage statistics. This statistic is not exposed in user visible tables yet.
Definition at line 186 of file pfs_stat.h.