|
MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>

Public Member Functions | |
| void | reset (void) |
| bool | has_timed_stats () const |
| void | aggregate (const PFS_single_stat *stat) |
| void | aggregate_counted () |
| void | aggregate_counted (ulonglong count) |
| void | aggregate_value (ulonglong value) |
Public Attributes | |
| ulonglong | m_count |
| ulonglong | m_sum |
| ulonglong | m_min |
| ulonglong | m_max |
Single statistic.
Definition at line 34 of file pfs_stat.h.
| ulonglong PFS_single_stat::m_count |
Count of values.
Definition at line 37 of file pfs_stat.h.
| ulonglong PFS_single_stat::m_max |
Maximum value.
Definition at line 43 of file pfs_stat.h.
| ulonglong PFS_single_stat::m_min |
Minimum value.
Definition at line 41 of file pfs_stat.h.
| ulonglong PFS_single_stat::m_sum |
Sum of values.
Definition at line 39 of file pfs_stat.h.