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

#include <pfs_stat.h>

Collaboration diagram for PFS_rwlock_stat:

Public Member Functions

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

Public Attributes

PFS_single_stat m_wait_stat
PFS_single_stat m_read_lock_stat
PFS_single_stat m_write_lock_stat

Detailed Description

Statistics for rwlock usage.

Definition at line 173 of file pfs_stat.h.

Member Data Documentation

PFS_single_stat PFS_rwlock_stat::m_read_lock_stat

RWLock read lock usage statistics. This statistic is not exposed in user visible tables yet.

Definition at line 181 of file pfs_stat.h.

PFS_single_stat PFS_rwlock_stat::m_wait_stat

Wait statistics.

Definition at line 176 of file pfs_stat.h.

PFS_single_stat PFS_rwlock_stat::m_write_lock_stat

RWLock write lock usage statistics. This statistic is not exposed in user visible tables yet.

Definition at line 186 of file pfs_stat.h.


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