MySQL 5.6.14 Source Code Document
|
#include <pfs_instr_class.h>
Public Attributes | |
bool | m_enabled |
PFS_thread * | m_singleton |
char | m_name [PFS_MAX_INFO_NAME_LENGTH] |
uint | m_name_length |
Instrumentation metadata of a thread.
Definition at line 205 of file pfs_instr_class.h.
bool PFS_thread_class::m_enabled |
True if this thread instrument is enabled.
Definition at line 208 of file pfs_instr_class.h.
char PFS_thread_class::m_name[PFS_MAX_INFO_NAME_LENGTH] |
Thread instrument name.
Definition at line 212 of file pfs_instr_class.h.
uint PFS_thread_class::m_name_length |
Length in bytes of m_name
.
Definition at line 214 of file pfs_instr_class.h.
PFS_thread* PFS_thread_class::m_singleton |
Singleton instance.
Definition at line 210 of file pfs_instr_class.h.