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

#include <pfs_con_slice.h>

Inheritance diagram for PFS_connection_slice:
Collaboration diagram for PFS_connection_slice:

Public Member Functions

void reset_stats ()
void reset_waits_stats ()
void reset_stages_stats ()
void reset_statements_stats ()

Static Public Member Functions

static PFS_single_statalloc_waits_slice (uint sizing)
static PFS_stage_statalloc_stages_slice (uint sizing)
static PFS_statement_statalloc_statements_slice (uint sizing)

Public Attributes

PFS_single_statm_instr_class_waits_stats
PFS_stage_statm_instr_class_stages_stats
PFS_statement_statm_instr_class_statements_stats

Detailed Description

A connection slice, an arbitrary grouping of several connections. This structure holds statistics for grouping of connections.

Definition at line 40 of file pfs_con_slice.h.

Member Function Documentation

void PFS_connection_slice::reset_stats ( )
inline

Reset all statistics.

Definition at line 62 of file pfs_con_slice.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

PFS_stage_stat* PFS_connection_slice::m_instr_class_stages_stats

Per connection slice stages aggregated statistics. This member holds the data for the table PERFORMANCE_SCHEMA.EVENTS_STAGES_SUMMARY_BY_*_BY_EVENT_NAME. Immutable, safe to use without internal lock.

Definition at line 90 of file pfs_con_slice.h.

PFS_statement_stat* PFS_connection_slice::m_instr_class_statements_stats

Per connection slice statements aggregated statistics. This member holds the data for the table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_SUMMARY_BY_*_BY_EVENT_NAME. Immutable, safe to use without internal lock.

Definition at line 98 of file pfs_con_slice.h.

PFS_single_stat* PFS_connection_slice::m_instr_class_waits_stats

Per connection slice waits aggregated statistics. This member holds the data for the table PERFORMANCE_SCHEMA.EVENTS_WAITS_SUMMARY_BY_*_BY_EVENT_NAME. Immutable, safe to use without internal lock.

Definition at line 82 of file pfs_con_slice.h.


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