MySQL 5.6.14 Source Code Document
|
#include <my_rdtsc.h>
Public Attributes | |
ulonglong | routine |
ulonglong | overhead |
ulonglong | frequency |
ulonglong | resolution |
Characteristics of a timer.
Definition at line 29 of file my_rdtsc.h.
ulonglong my_timer_unit_info::frequency |
Frequency of the timer.
Definition at line 36 of file my_rdtsc.h.
ulonglong my_timer_unit_info::overhead |
Overhead of the timer.
Definition at line 34 of file my_rdtsc.h.
ulonglong my_timer_unit_info::resolution |
Resolution of the timer.
Definition at line 38 of file my_rdtsc.h.
ulonglong my_timer_unit_info::routine |
Routine used for the timer.
Definition at line 32 of file my_rdtsc.h.