MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | aggregate (const PFS_byte_stat *stat) |
void | aggregate (ulonglong wait, ulonglong bytes) |
void | aggregate_waits (const PFS_byte_stat *stat) |
void | aggregate_counted () |
void | aggregate_counted (ulonglong bytes) |
void | reset (void) |
Public Member Functions inherited from PFS_single_stat | |
bool | has_timed_stats () const |
void | aggregate (const PFS_single_stat *stat) |
void | aggregate_value (ulonglong value) |
Public Attributes | |
ulonglong | m_bytes |
Public Attributes inherited from PFS_single_stat | |
ulonglong | m_count |
ulonglong | m_sum |
ulonglong | m_min |
ulonglong | m_max |
Combined statistic.
Definition at line 98 of file pfs_stat.h.
ulonglong PFS_byte_stat::m_bytes |
Byte count statistics
Definition at line 101 of file pfs_stat.h.