MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | reset (void) |
void | aggregate (const PFS_file_io_stat *stat) |
void | sum (PFS_byte_stat *stat) |
void | sum_waits (PFS_single_stat *stat) |
Public Attributes | |
PFS_byte_stat | m_read |
PFS_byte_stat | m_write |
PFS_byte_stat | m_misc |
Statistics for FILE IO. Used for both waits and byte counts.
Definition at line 235 of file pfs_stat.h.
PFS_byte_stat PFS_file_io_stat::m_misc |
Miscelleanous statistics
Definition at line 242 of file pfs_stat.h.
PFS_byte_stat PFS_file_io_stat::m_read |
READ statistics
Definition at line 238 of file pfs_stat.h.
PFS_byte_stat PFS_file_io_stat::m_write |
WRITE statistics
Definition at line 240 of file pfs_stat.h.