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

#include <my_rdtsc.h>

Collaboration diagram for my_timer_info:

Public Attributes

struct my_timer_unit_info cycles
struct my_timer_unit_info nanoseconds
struct my_timer_unit_info microseconds
struct my_timer_unit_info milliseconds
struct my_timer_unit_info ticks

Detailed Description

Characteristics of all the supported timers.

See Also
my_timer_init().

Definition at line 45 of file my_rdtsc.h.

Member Data Documentation

struct my_timer_unit_info my_timer_info::cycles

Characteristics of the cycle timer.

Definition at line 48 of file my_rdtsc.h.

struct my_timer_unit_info my_timer_info::microseconds

Characteristics of the microsecond timer.

Definition at line 52 of file my_rdtsc.h.

struct my_timer_unit_info my_timer_info::milliseconds

Characteristics of the millisecond timer.

Definition at line 54 of file my_rdtsc.h.

struct my_timer_unit_info my_timer_info::nanoseconds

Characteristics of the nanosecond timer.

Definition at line 50 of file my_rdtsc.h.

struct my_timer_unit_info my_timer_info::ticks

Characteristics of the tick timer.

Definition at line 56 of file my_rdtsc.h.


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