MySQL 8.0.40
Source Code Documentation
|
Collect the individual latch counts. More...
Public Types | |
typedef latch_meta_t::CounterType::Count | Count |
Public Member Functions | |
GetCount (const char *name, Values *values) 1 | |
Constructor. More... | |
void | operator() (const Count *count) 1 |
Collect the latch metrics. More... | |
Public Attributes | |
const char * | m_name |
The latch name. More... | |
Values * | m_values |
For collecting the active mutex stats. More... | |
Collect the individual latch counts.
typedef latch_meta_t::CounterType::Count ShowStatus::GetCount::Count |
|
inline |
Constructor.
[in] | name | Latch name |
[in,out] | values | Put the values here |
|
inline |
Collect the latch metrics.
Ignore entries where the spins and waits are zero.
[in] | count | The latch metrics |
const char* ShowStatus::GetCount::m_name |
The latch name.
Values* ShowStatus::GetCount::m_values |
For collecting the active mutex stats.