MySQL 9.1.0
Source Code Documentation
|
Performance schema instrumentation (declarations). More...
Go to the source code of this file.
Macros | |
#define | PSI_STAGE_CALL(M) pfs_##M##_v1 |
Functions | |
void | pfs_register_stage_v1 (const char *category, PSI_stage_info_v1 **info_array, int count) |
PSI_stage_progress_v1 * | pfs_start_stage_v1 (PSI_stage_key key, const char *src_file, int src_line) |
PSI_stage_progress_v1 * | pfs_get_current_stage_progress_v1 () |
void | pfs_end_stage_v1 () |
Performance schema instrumentation (declarations).
void pfs_end_stage_v1 | ( | ) |
PSI_stage_progress_v1 * pfs_get_current_stage_progress_v1 | ( | ) |
void pfs_register_stage_v1 | ( | const char * | category, |
PSI_stage_info_v1 ** | info_array, | ||
int | count | ||
) |
PSI_stage_progress_v1 * pfs_start_stage_v1 | ( | PSI_stage_key | key, |
const char * | src_file, | ||
int | src_line | ||
) |