Doxygen
|
#include <stdarg.h>
#include <algorithm>
#include <stdio.h>
#include <map>
#include <string>
#include <chrono>
#include "debug.h"
#include "message.h"
#include "qcstring.h"
Go to the source code of this file.
Classes | |
class | Timer |
Functions | |
static char | asciiToLower (char in) |
static uint64_t | labelToEnumValue (const QCString &l) |
Variables | |
static std::map< std::string, Debug::DebugMask > | s_labels |
static FILE * | g_debugFile = stdout |
static Timer | g_runningTime |
|
static |
Definition at line 92 of file debug.cpp.
Referenced by convertUTF8ToLower(), and labelToEnumValue().
|
static |
Definition at line 98 of file debug.cpp.
References asciiToLower(), Debug::Quiet, s_labels, and QCString::str().
Referenced by Debug::setFlagStr().
|
static |
Definition at line 76 of file debug.cpp.
Referenced by Debug::print(), and Debug::setFlagStr().
|
static |
Definition at line 197 of file debug.cpp.
Referenced by Debug::elapsedTime(), and Debug::startTimer().
|
static |
Definition at line 29 of file debug.cpp.
Referenced by labelToEnumValue(), and Debug::printFlags().