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

#include <pfs_stat.h>

Collaboration diagram for PFS_mutex_stat:

Public Member Functions

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

Public Attributes

PFS_single_stat m_wait_stat
PFS_single_stat m_lock_stat

Detailed Description

Statistics for mutex usage.

Definition at line 149 of file pfs_stat.h.

Member Data Documentation

PFS_single_stat PFS_mutex_stat::m_lock_stat

Lock statistics. This statistic is not exposed in user visible tables yet.

Definition at line 157 of file pfs_stat.h.

PFS_single_stat PFS_mutex_stat::m_wait_stat

Wait statistics.

Definition at line 152 of file pfs_stat.h.


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