MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | aggregate (const PFS_cond_stat *stat) |
void | reset (void) |
Public Attributes | |
PFS_single_stat | m_wait_stat |
ulonglong | m_signal_count |
ulonglong | m_broadcast_count |
Statistics for COND usage.
Definition at line 204 of file pfs_stat.h.
ulonglong PFS_cond_stat::m_broadcast_count |
Number of times a condition was broadcast. This statistic is not exposed in user visible tables yet.
Definition at line 217 of file pfs_stat.h.
ulonglong PFS_cond_stat::m_signal_count |
Number of times a condition was signalled. This statistic is not exposed in user visible tables yet.
Definition at line 212 of file pfs_stat.h.
PFS_single_stat PFS_cond_stat::m_wait_stat |
Wait statistics.
Definition at line 207 of file pfs_stat.h.