MySQL 5.6.14 Source Code Document
|
#include <my_rdtsc.h>
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 |
Characteristics of all the supported timers.
Definition at line 45 of file my_rdtsc.h.
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.