MySQL 5.6.14 Source Code Document
|
#include <pfs_instr_class.h>
Public Attributes | |
PFS_cond_stat | m_cond_stat |
PFS_cond * | m_singleton |
Public Attributes inherited from PFS_instr_class | |
PFS_class_type | m_type |
bool | m_enabled |
bool | m_timed |
int | m_flags |
uint | m_event_name_index |
char | m_name [PFS_MAX_INFO_NAME_LENGTH] |
uint | m_name_length |
enum_timer_name * | m_timer |
Additional Inherited Members | |
Public Member Functions inherited from PFS_instr_class | |
bool | is_singleton () const |
bool | is_deferred () const |
Static Public Member Functions inherited from PFS_instr_class | |
static void | set_enabled (PFS_instr_class *pfs, bool enabled) |
static void | set_timed (PFS_instr_class *pfs, bool timed) |
Instrumentation metadata for a COND.
Definition at line 193 of file pfs_instr_class.h.
PFS_cond_stat PFS_cond_class::m_cond_stat |
Condition usage statistics. This statistic is not exposed in user visible tables yet.
Definition at line 199 of file pfs_instr_class.h.
PFS_cond* PFS_cond_class::m_singleton |
Singleton instance.
Definition at line 201 of file pfs_instr_class.h.