hpp-util
5.0.0
Debugging tools for the HPP project.
|
#include "hpp/util/debug.hh"
#include <boost/filesystem.hpp>
#include <chrono>
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include "config.h"
#include "hpp/util/indent.hh"
Namespaces | |
hpp | |
hpp::debug | |
Functions | |
HPP_UTIL_DLLAPI std::string | hpp::debug::getPrefix (const std::string &packageName) |
Compute the logging prefix. More... | |
HPP_UTIL_DLLAPI std::string | hpp::debug::getFilename (const std::string &filename, const std::string &packageName) |
Compute the path of a file in the logging prefix. More... | |
HPP_UTIL_DLLAPI int | hpp::debug::getVerbosityLevel () |
Get the verbosity level. More... | |
HPP_UTIL_DLLAPI void | hpp::debug::setVerbosityLevel (int level) |
Set the verbosity level. More... | |
HPP_UTIL_DLLAPI bool | hpp::debug::isBenchmarkEnabled () |
HPP_UTIL_DLLAPI void | hpp::debug::enableBenchmark (bool enable) |