MySQL 9.1.0
Source Code Documentation
my_timer_info Struct Reference

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...
 

Detailed Description

Characteristics of all the supported timers.

See also
my_timer_init().

Member Data Documentation

◆ cycles

struct my_timer_unit_info my_timer_info::cycles

Characteristics of the cycle timer.

◆ microseconds

struct my_timer_unit_info my_timer_info::microseconds

Characteristics of the microsecond timer.

◆ milliseconds

struct my_timer_unit_info my_timer_info::milliseconds

Characteristics of the millisecond timer.

◆ nanoseconds

struct my_timer_unit_info my_timer_info::nanoseconds

Characteristics of the nanosecond timer.

◆ thread_cpu

struct my_timer_unit_info my_timer_info::thread_cpu

Characteristics of the thread cpu timer.

◆ ticks

struct my_timer_unit_info my_timer_info::ticks

Characteristics of the tick timer.


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