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

#include <pfs_instr_class.h>

Inheritance diagram for PFS_stage_class:
Collaboration diagram for PFS_stage_class:

Public Attributes

uint m_prefix_length
PFS_stage_stat m_stage_stat
- 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_namem_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)

Detailed Description

Instrumentation metadata for a stage.

Definition at line 364 of file pfs_instr_class.h.

Member Data Documentation

uint PFS_stage_class::m_prefix_length

Length of the 'stage/<component>/' prefix. This is to extract 'foo' from 'stage/sql/foo'.

Definition at line 370 of file pfs_instr_class.h.

PFS_stage_stat PFS_stage_class::m_stage_stat

Stage usage statistics.

Definition at line 372 of file pfs_instr_class.h.


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