![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Performance schema timers (implementation). More...
#include "storage/perfschema/pfs_timer.h"#include <assert.h>#include <math.h>#include <stddef.h>#include <sys/types.h>#include "my_rdtsc.h"#include "mysqld_error.h"#include "sql/log.h"Functions | |
| void | init_timers () | 
| Initialize the timer component.  More... | |
Variables | |
| MY_TIMER_INFO | pfs_timer_info | 
| Timer information data.  More... | |
| static ulonglong | cycle_v0 | 
| static ulonglong | nanosec_v0 | 
| static ulonglong | microsec_v0 | 
| static ulonglong | millisec_v0 | 
| static ulong | cycle_to_pico | 
| static ulong | nanosec_to_pico | 
| static ulong | microsec_to_pico | 
| static ulong | millisec_to_pico | 
| static struct time_normalizer | to_pico_data [FIRST_TIMER_NAME+COUNT_TIMER_NAME] | 
Performance schema timers (implementation).
| void init_timers | ( | ) | 
Initialize the timer component.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| MY_TIMER_INFO pfs_timer_info | 
Timer information data.
Characteristics about each supported timer.
      
  | 
  static |