MySQL 8.4.2
Source Code Documentation
|
#include <pfs_histogram.h>
Public Member Functions | |
void | reset () |
void | increment_bucket (uint bucket_index) |
ulonglong | read_bucket (uint bucket_index) |
Private Attributes | |
std::atomic< ulonglong > | m_bucket [NUMBER_OF_BUCKETS] |
|
inline |
|
inline |
void PFS_histogram::reset | ( | void | ) |
|
private |