MRPT
1.9.9
|
#include "system-precomp.h"
#include <mrpt/core/bits_math.h>
#include <mrpt/system/CTimeLogger.h>
#include <mrpt/system/datetime.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/string_utils.h>
#include <algorithm>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | MyGlobalProfiler |
Namespaces | |
mrpt::system | |
Functions | |
std::string | aux_format_string_multilines (const std::string &s, const size_t len) |
Auxiliary stuff for the global profiler used in MRPT_START / MRPT_END | |
macros. | |
mrpt::system::CTimeLogger & | mrpt::system::global_profiler_getref () noexcept |
void | mrpt::system::global_profiler_enter (const char *func_name) noexcept |
void | mrpt::system::global_profiler_leave (const char *func_name) noexcept |
Variables | |
static MyGlobalProfiler | global_profiler |
std::string aux_format_string_multilines | ( | const std::string & | s, |
const size_t | len | ||
) |
Definition at line 92 of file CTimeLogger.cpp.
References mrpt::system::rightPad().
Referenced by mrpt::system::CTimeLogger::getStatsAsText().
|
static |
Definition at line 49 of file CTimeLogger.cpp.
Referenced by mrpt::system::global_profiler_enter(), mrpt::system::global_profiler_getref(), and mrpt::system::global_profiler_leave().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |