MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Trace Class Reference

#include <semisync.h>

Inheritance diagram for Trace:

Public Member Functions

void function_enter (const char *func_name)
int function_exit (const char *func_name, int exit_code)
 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

Detailed Description

This class is used to trace function calls and other process information

Definition at line 39 of file semisync.h.


The documentation for this class was generated from the following files: