![]() |
MySQL
8.0.23
Source Code Documentation
|
This class is used to trace function calls and other process information. More...
#include <semisync.h>
Public Member Functions | |
void | function_enter (const char *func_name) |
int | function_exit (const char *func_name, int exit_code) |
bool | function_exit (const char *func_name, bool exit_code) |
void | function_exit (const char *func_name) |
Trace () | |
Trace (unsigned long trace_level) | |
Public Attributes | |
unsigned long | trace_level_ |
Static Public Attributes | |
static const unsigned long | kTraceFunction = 0x0040 |
static const unsigned long | kTraceGeneral = 0x0001 |
static const unsigned long | kTraceDetail = 0x0010 |
static const unsigned long | kTraceNetWait = 0x0020 |
This class is used to trace function calls and other process information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
unsigned long Trace::trace_level_ |