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

#include <pfs_instr_class.h>

Collaboration diagram for PFS_thread_class:

Public Attributes

bool m_enabled
PFS_threadm_singleton
char m_name [PFS_MAX_INFO_NAME_LENGTH]
uint m_name_length

Detailed Description

Instrumentation metadata of a thread.

Definition at line 205 of file pfs_instr_class.h.

Member Data Documentation

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.


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