![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Statistics for FILE I/O. More...
#include <pfs_stat.h>
Public Member Functions | |
| void | reset () | 
| 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 | 
| READ statistics.  More... | |
| PFS_byte_stat | m_write | 
| WRITE statistics.  More... | |
| PFS_byte_stat | m_misc | 
| Miscellaneous statistics.  More... | |
Statistics for FILE I/O.
Used for both waits and byte counts.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
| PFS_byte_stat PFS_file_io_stat::m_misc | 
Miscellaneous statistics.
| PFS_byte_stat PFS_file_io_stat::m_read | 
READ statistics.
| PFS_byte_stat PFS_file_io_stat::m_write | 
WRITE statistics.