MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_file_stat Struct Reference

#include <pfs_stat.h>

Collaboration diagram for PFS_file_stat:

Public Member Functions

void aggregate (const PFS_file_stat *stat)
void reset (void)

Public Attributes

ulong m_open_count
PFS_file_io_stat m_io_stat

Detailed Description

Statistics for FILE usage.

Definition at line 276 of file pfs_stat.h.

Member Function Documentation

void PFS_file_stat::reset ( void  )
inline

Reset file statistics.

Definition at line 289 of file pfs_stat.h.

Here is the caller graph for this function:

Member Data Documentation

PFS_file_io_stat PFS_file_stat::m_io_stat

File IO statistics.

Definition at line 281 of file pfs_stat.h.

ulong PFS_file_stat::m_open_count

Number of current open handles.

Definition at line 279 of file pfs_stat.h.


The documentation for this struct was generated from the following file: