MySQL 9.1.0
Source Code Documentation
|
Combined statistic. More...
#include <pfs_stat.h>
Public Member Functions | |
void | aggregate (const PFS_byte_stat *stat) |
Aggregate wait stats, event count and byte count. More... | |
void | aggregate_no_check (const PFS_byte_stat *stat) |
Aggregate wait stats, event count and byte count. More... | |
void | aggregate (ulonglong wait, ulonglong bytes) |
Aggregate individual wait time, event count and byte count. More... | |
void | aggregate_waits (const PFS_byte_stat *stat) |
Aggregate wait stats and event count. More... | |
void | aggregate_counted () |
Aggregate event count and byte count. More... | |
void | aggregate_counted (ulonglong bytes) |
Aggregate event count and byte count. More... | |
PFS_byte_stat () | |
void | reset () |
Public Member Functions inherited from PFS_single_stat | |
PFS_single_stat () | |
void | reset () |
bool | has_timed_stats () const |
void | aggregate (const PFS_single_stat *stat) |
void | aggregate_no_check (const PFS_single_stat *stat) |
void | aggregate_counted () |
void | aggregate_counted (ulonglong count) |
void | aggregate_value (ulonglong value) |
void | aggregate_many_value (ulonglong value, ulonglong count) |
Public Attributes | |
ulonglong | m_bytes |
Byte count statistics. More... | |
Public Attributes inherited from PFS_single_stat | |
ulonglong | m_count |
Count of values. More... | |
ulonglong | m_sum |
Sum of values. More... | |
ulonglong | m_min |
Minimum value. More... | |
ulonglong | m_max |
Maximum value. More... | |
Combined statistic.
|
inline |
|
inline |
Aggregate wait stats, event count and byte count.
Aggregate individual wait time, event count and byte count.
|
inline |
Aggregate event count and byte count.
|
inline |
Aggregate event count and byte count.
|
inline |
Aggregate wait stats, event count and byte count.
|
inline |
Aggregate wait stats and event count.
|
inline |
ulonglong PFS_byte_stat::m_bytes |
Byte count statistics.