MySQL 26.7.0
Source Code Documentation
mysql::scheduler::Scheduler_clock_psi Struct Reference

Scheduler_clock instrumentation parameters, packed into this structure to simplify construction of a Scheduler_clock class instance and prevent mistakes when passing a lot of integer parameters into the class constructor. More...

#include <scheduler_clock_psi.h>

Public Attributes

concurrency::Stage_key key_stage_add_time {0}
 stage: Add (register) time slot More...
 
concurrency::Stage_key key_stage_tick_time {0}
 stage: Tick time slot (advances time if slot is done) More...
 

Detailed Description

Scheduler_clock instrumentation parameters, packed into this structure to simplify construction of a Scheduler_clock class instance and prevent mistakes when passing a lot of integer parameters into the class constructor.

Member Data Documentation

◆ key_stage_add_time

concurrency::Stage_key mysql::scheduler::Scheduler_clock_psi::key_stage_add_time {0}

stage: Add (register) time slot

◆ key_stage_tick_time

concurrency::Stage_key mysql::scheduler::Scheduler_clock_psi::key_stage_tick_time {0}

stage: Tick time slot (advances time if slot is done)


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