MySQL 9.1.0
Source Code Documentation
|
Characteristics of all the supported timers. More...
#include <my_rdtsc.h>
Public Attributes | |
struct my_timer_unit_info | cycles |
Characteristics of the cycle timer. More... | |
struct my_timer_unit_info | nanoseconds |
Characteristics of the nanosecond timer. More... | |
struct my_timer_unit_info | microseconds |
Characteristics of the microsecond timer. More... | |
struct my_timer_unit_info | milliseconds |
Characteristics of the millisecond timer. More... | |
struct my_timer_unit_info | ticks |
Characteristics of the tick timer. More... | |
struct my_timer_unit_info | thread_cpu |
Characteristics of the thread cpu timer. More... | |
Characteristics of all the supported timers.
struct my_timer_unit_info my_timer_info::cycles |
Characteristics of the cycle timer.
struct my_timer_unit_info my_timer_info::microseconds |
Characteristics of the microsecond timer.
struct my_timer_unit_info my_timer_info::milliseconds |
Characteristics of the millisecond timer.
struct my_timer_unit_info my_timer_info::nanoseconds |
Characteristics of the nanosecond timer.
struct my_timer_unit_info my_timer_info::thread_cpu |
Characteristics of the thread cpu timer.
struct my_timer_unit_info my_timer_info::ticks |
Characteristics of the tick timer.