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

#include <table_performance_timers.h>

Collaboration diagram for row_performance_timers:

Public Attributes

enum_timer_name m_timer_name
struct my_timer_unit_info m_info

Detailed Description

A row of PERFORMANCE_SCHEMA.PERFORMANCE_TIMERS.

Definition at line 34 of file table_performance_timers.h.

Member Data Documentation

struct my_timer_unit_info row_performance_timers::m_info

Columns ROUTINE (not displayed), TIMER_OVERHEAD, TIMER_FREQUENCY, TIMER_RESOLUTION.

Definition at line 42 of file table_performance_timers.h.

enum_timer_name row_performance_timers::m_timer_name

Column TIMER_NAME.

Definition at line 37 of file table_performance_timers.h.


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